@extends('_layouts.app') @section('content')
@include('nightpatrol.form')
@include('nightpatrol.calendar')
@endsection @section('buttons') {!! showButton('link', route('nightpatrol-report'), 'Report') !!} @endsection @section('title') Night Patrol @endsection