|
@@ -37,7 +37,7 @@
|
|
@endif
|
|
@endif
|
|
@if($appointment->latest_confirmation_request_at) {{-- requested but not confirmed yet --}}
|
|
@if($appointment->latest_confirmation_request_at) {{-- requested but not confirmed yet --}}
|
|
<div class="text-nowrap">
|
|
<div class="text-nowrap">
|
|
- <b class="text-primary">Requested</b>
|
|
|
|
|
|
+ <b class="">Requested</b>
|
|
<span class="text-secondary ml-1">on {{friendlier_date_time(convertToTimezone($appointment->latest_confirmation_request_at, 'US/Eastern'))}}</span>
|
|
<span class="text-secondary ml-1">on {{friendlier_date_time(convertToTimezone($appointment->latest_confirmation_request_at, 'US/Eastern'))}}</span>
|
|
</div>
|
|
</div>
|
|
@if($appointment->is_request_pending)
|
|
@if($appointment->is_request_pending)
|