Dashboard
{{--
--}}
{{--
--}}
{{--
--}}
{{-- Notification Table --}}
@if (count($reminders) != 0)
Near Misses
{{App\Models\NearMiss::where('location_id',$location->id)->where('status','=','active')->count()}}
patient safety alerts require actioning
{{App\Models\LocationReceivedAlert::where('location_id',$location->id)->where('status','=',App\Models\LocationReceivedAlert::$unactionedStatus)->count()}}
Root Cause Analysis
5x
Form Reminders
| Form | Status | Date | Time |
|---|---|---|---|
| {{ $form->name }} | {{ $status }} | {{ \Carbon\Carbon::parse($reminder['created_at'])->format('d F, Y h:i a') }} | {{ $reminderTime->format('H:i') }} |
@if ($location->opening_hours->set() == false)
@include('location.opening_hours')
@else
@endif
--}}