All Reported
@if(request()->query('success'))
@else
@if(count($near_misses))
{{request()->query('success')}}
@endif
@if(request()->query('error'))
{{request()->query('error')}}
@endif
@if(request()->query('format') == 'table')
| When? | Error | Drugs Involved | Point of Detection | Why? | People | Actions |
|---|---|---|---|---|---|---|
No Record Available |
||||||
@include('location.view_near_miss_timeline_record')
@else
Start
Account Created
{{date('D jS F Y',strtotime($location->created_at))}}