Calls

{{-- --}}
@if($calls->count() !== 0) @foreach($calls as $call) {{-- {{dd($call->physician->first_name)}}--}}
Notice: Undefined variable: call in /home/www/h3a.globoconcept.com/resources/views/physicians/calls/elements/calls-panel.blade.php on line 14

Notice: Trying to get property 'call_date' of non-object in /home/www/h3a.globoconcept.com/resources/views/physicians/calls/elements/calls-panel.blade.php on line 14

Notice: Undefined variable: call in /home/www/h3a.globoconcept.com/resources/views/physicians/calls/elements/calls-panel.blade.php on line 14

Notice: Trying to get property 'physician_time_request' of non-object in /home/www/h3a.globoconcept.com/resources/views/physicians/calls/elements/calls-panel.blade.php on line 14
@include('page-components.patient-call-status') {{-- --}} @if($call->physician_time_request) @else @endif {{-- @if($call->time_request_accepted && $call->physician_id_ref === $physicianId->id)--}} {{-- --}} {{-- @endif--}} {{-- --}} @endforeach @else No calls to display @endif
{{-- user-image--}} {{ $call->patient['first_name'] }} {{ $call->patient['last_name'] }} Confirm Status

{{ date('m/d/Y H:i', strtotime($call->call_date." ".$call->physician_time_request)) }}

Date Requested

{{ date('m/d/Y', strtotime($call->call_date))." - ".$call->call_time }}

--}} {{--

You accepted this time:

--}} {{--
--}} {{-- --}} {{-- @include('physicians.calls.elements.accept-decline-call') {{-- {{ $call->physician_time_request }}--}} {{-- @if($call->physician_time_request === NULL)--}} {{-- @isset($call->physician_time_request)--}} {{-- @if($call->status === 'PHYSICIAN REQUESTED' || $call->status === 'SURGEON REQUESTED' || $call->status === 'PHYSICIAN TIME SENT')--}} {{-- @include('patients.calls.elements.accept-decline-call')--}} {{-- @endif--}} {{-- @endisset--}} @if($call->status === 'ACCEPTED BY PATIENT' || $call->status === 'ACCEPTED BY PHYSICIAN') @else {{-- Meeting room opens {{ \Carbon\Carbon::parse($dateTimeMinusTen)->diffForHumans() }}--}} @endif