Patient Name | Meeting Date & time | Status | Action |
---|---|---|---|
{{ $call->patient['first_name'] }} {{ $call->patient['last_name'] }} |
{{ date('m/d/Y H:i', strtotime($call->call_date_time)) }} |
@include('page-components.patient-call-status')
Notice: Undefined variable: call in /home/www/h3a.globoconcept.com/resources/views/physicians/calls/elements/upcoming-calls.blade.php on line 31 Notice: Trying to get property 'call_date_time' of non-object in /home/www/h3a.globoconcept.com/resources/views/physicians/calls/elements/upcoming-calls.blade.php on line 31 Notice: Undefined variable: call in /home/www/h3a.globoconcept.com/resources/views/physicians/calls/elements/upcoming-calls.blade.php on line 32 Notice: Trying to get property 'call_date' of non-object in /home/www/h3a.globoconcept.com/resources/views/physicians/calls/elements/upcoming-calls.blade.php on line 32 Notice: Undefined variable: call in /home/www/h3a.globoconcept.com/resources/views/physicians/calls/elements/upcoming-calls.blade.php on line 32 Notice: Trying to get property 'physician_time_request' of non-object in /home/www/h3a.globoconcept.com/resources/views/physicians/calls/elements/upcoming-calls.blade.php on line 32 @if($call->status === 'ACCEPTED BY PATIENT' || $call->status === 'ACCEPTED BY PHYSICIAN' || $call->status === 'VIDEOCHAT ROOM OPEN' || $call->status === 'VIDEOCHAT ROOM CLOSED' ) @endif |