@if(count($proApptUpdates))
Appointment Updates
Client |
Appt. Date/Time |
Status |
|
@foreach($proApptUpdates as $update)
{{$update->name_first}} {{$update->name_last}} |
{{friendlier_date_time($update->start_time)}} |
{{$update->status}} |
Acknowledge |
@endforeach
@endif
@if(count($naApptUpdates))
Appointment Updates
Client |
Pro |
Appt. Date/Time |
Status |
|
@foreach($naApptUpdates as $update)
{{$update->name_first}} {{$update->name_last}} |
{{$update->pro_name_first}} {{$update->pro_name_last}} |
{{friendlier_date_time($update->start_time)}} |
{{$update->status}} |
Acknowledge |
@endforeach
@endif
@if(count($newMCPAssociations))
New Patients
@foreach($newMCPAssociations as $assoc)
@endforeach
@endif
@if(count($newNAAssociations))
New Patients
@foreach($newNAAssociations as $assoc)
@endforeach
@endif
@if(count($mcpClientMemos))
@endif
@if(count($naClientMemos))
@endif
Today: @{{ selectedDate }}
@{{ event.proInitials }}
@{{ event.proName }}
/
@{{ event.friendlyStartTime }} - @{{ event.friendlyEndTime }} @{{ event.timezone }}
/
@{{ event.title }}
@{{ event.inHowManyHours }}
You have no appointments on @{{ selectedDate }}
You have no appointments on @{{ selectedDate }} with status @{{ filterStatus }}
Please select a date from the calendar on the left
@include('app.dashboard.incoming_reports')
@include('app.dashboard.erx')
@include('app.dashboard.labs')
@include('app.dashboard.imaging')
@include('app.dashboard.supply_orders')