@include('includes/header_start') @include('physicians/elements/header_end')

{{ $patient->first_name }} {{ $patient->last_name }}

Request Date: {{ date('m/d/Y', strtotime($call->call_date)) }}

Request Time: {{ $call->call_time }}

Last updated {{ $call->created_at->diffForHumans() }}

Return Specific Time Request

If you feel this timescale is suitable, please return a time request to the patient.

@csrf
{{--
--}} {{--
--}} {{--

Schedule a Call

--}} {{--
--}} {{--

Please choose a date and time below.

--}} {{--

With supporting text below as a natural lead-in to--}} {{-- additional content.

--}} {{--
--}} {{-- @csrf--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @if ($errors->has('call_date'))--}} {{-- {{ $errors->first('call_date') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('call_time'))--}} {{-- {{ $errors->first('call_time') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

View Scheduled Calls

--}} {{--
--}} {{--

--}} {{--

--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($callRequests as $call)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
Patient NameDateTimeStatus
{{ $patient->first_name }} {{ $patient->last_name }}{{ date('m/d/Y', strtotime($call->call_date)) }}{{ $call->call_time }}{{ $call->status }}
--}} {{--
--}} {{--
--}}
@include('includes/footer_start') @include('includes/footer_end')