{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection {{-- Content --}} @section('content')

Shift Summary

Shift Info
{{ date('d-m-Y', strtotime($allocation->shift_date)) }} | {{ date('l', strtotime($allocation->shift_date)) }} | {{ $allocation->shift_type }}
Shift Time
{{ date('H:i', strtotime($displayStartTime)) }} - {{ date('H:i', strtotime($displayEndTime)) }}
House / Location
{{ $allocation->house_name }}
Totals (Expected | Submitted | Missing)
{{ $totalExpected }} Expected | {{ $totalSubmitted }} Submitted | @if($totalMissing > 0) {{ $totalMissing }} Missing @else {{ $totalMissing }} Missing @endif
Compliance %
{{ $compliancePct }}%
Joint Accountability
@if($isJointAccountability) Yes @else No @endif

Participants Detail Table

{!! $html->table() !!}
@endsection @section('scripts') {!! $html->scripts() !!} @endsection