Round Summary Report From {{date('d-m-Y a', strtotime($start_date))}} To {{date('d-m-Y a', strtotime($end_date))}}

Back

Round Summary

@foreach ($round_patrolling as $patrolling) @php $i = "Inprocess" @endphp @php $j = "Completed" @endphp @endforeach
Round No Patroller Name Round Status Start Time End Time Duration In Minutes Date
{{$patrolling->id}} {{$patrolling->name}} @if($patrolling->completed_at===null) @else @endif {{date('h:i:s a', strtotime($patrolling->created_at))}} @if($patrolling->completed_at===null) @else {{date('h:i:s a', strtotime($patrolling->completed_at))}} @endif {{$patrolling->time_duration}} {{date('d-m-Y', strtotime($patrolling->created_at))}}

Incident Details

@foreach ($incidents as $key => $incident) @endforeach
Sr.No Date Completed By Category Name Incident Type Begin Time End Time Duration Description
{{$key +1}} {{date('d-m-Y', strtotime($incident->created_at))}} {{$incident->name}} {{$incident->category_name}} {{$incident->incident_type}} {{$incident->begin_time}} {{$incident->end_time}} {{$incident->incident_duration}} {{$incident->description}}

General Activities

@foreach ($general_activities as $key => $incident) @endforeach
Sr.No Date Completed By Category Name Incident Type Begin Time End Time Duration Description
{{$key +1}} {{date('d-m-Y', strtotime($incident->created_at))}} {{$incident->name}} {{$incident->category_name}} {{$incident->incident_type}} {{$incident->begin_time}} {{$incident->end_time}} {{$incident->incident_duration}} {{$incident->description}}

Break Details

@foreach ($break_details as $key => $break) @endforeach
Sr.No User Break Reason Started Completed Duration (Minutes) Break By Date
{{$key +1}} {{$break->user_name}} {{$break->break_reason}} {{date('h:i:s a', strtotime($break->break_start_at))}} {{date('h:i:s a', strtotime($break->break_end_at))}} {{$break->break_duration}} {{$break->created_by_name}} {{date('d-m-Y', strtotime($break->break_end_at))}}