Schedule a Call
Please choose a date and time below.
With supporting text below as a natural lead-in to additional content.
@include('physicians.calls.elements.calls-panel')
View Scheduled Calls
Patient Name | Date | Time | Status | |||||
---|---|---|---|---|---|---|---|---|
{{ $patient->first_name }} {{ $patient->last_name }} | {{ date('m/d/Y', strtotime($call->call_date)) }} | {{ $call->call_time }} | @if($call->status === 'Pending'){{ $call->status }} | @elseif($call->status === 'Physician Request Sent'){{ $call->status }} | @elseif($call->status === 'Physician Request Declined'){{ $call->status }} | @elseif($call->status === 'Accepted by Patient'){{ $call->status }} | @elseif($call->status === 'Declined by Patient'){{ $call->status }} | @else()@endif |