Calls

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

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

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

Notice: Trying to get property 'physician_time_request' of non-object in /home/www/h3a.globoconcept.com/resources/views/surgeon/calls/elements/calls-panel.blade.php on line 15
@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'] }} 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' || $call->status === 'VIDEOCHAT ROOM OPEN' || $call->status === 'VIDEOCHAT ROOM CLOSED' ) @else {{-- Meeting room opens {{ \Carbon\Carbon::parse($dateTimeMinusTen)->diffForHumans() }}--}} @endif