@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