Active Guards Report

{{ $company->name }} | Generated: {{ $now->format('F d, Y - H:i') }}

@if($activeGuards->isEmpty())
No active guards at this time.
@else @foreach($activeGuards as $guard) @endforeach
Type Guard Name Site/Route Shift Time Hours Check-in Last Called Next Call Phone
{{ ucfirst($guard->type) }} {{ $guard->employee->first_name }} {{ $guard->employee->last_name }} {{ $guard->site_name }} {{ $guard->schedule_time }} {{ $guard->total_hours }} hrs {{ $guard->checkin_time }} {{ $guard->last_call }} {{ $guard->next_call }} {{ $guard->phone }}
@endif