@extends('layouts.employee') @section('title', 'Patrol History') @section('content')
Archive of all patrol activities
| Patrol Route | Date & Time | Duty # | Status | Actions |
|---|---|---|---|---|
|
{{ $job->route->name }}
{{ $job->route->sites->count() }}
Sites
|
{{ $job->from_time->format('M d, Y') }}
{{ $job->from_time->format('h:i A') }} -
{{ $job->to_time->format('h:i A') }}
|
{{ $job->duty_number }} | {{ str_replace('_', ' ', $job->job_status) }} | View Report |
No completed patrol history found