|
@@ -75,10 +75,9 @@
|
|
|
<tr>
|
|
|
<td class="text-black p-0 border-0">
|
|
|
<div class="pb-0">
|
|
|
- {{ friendly_date_time($appointment->start_time, false) }}, {{ friendly_time($appointment->start_time) }}
|
|
|
+ {{ friendly_date_time($appointment->raw_start_time, false) }}, {{ friendly_time($appointment->raw_start_time) }}
|
|
|
+ <span class="d-inline-block text-secondary text-sm">({{ $appointment->timezone }})</span>
|
|
|
/
|
|
|
- {{--<span class="d-inline-block ml- 2 text-secondary">{{ $appointment->title }}</span>
|
|
|
- / --}}
|
|
|
<b class="mr-1">{{$appointment->pro->displayName()}}</b>
|
|
|
<span class="text-secondary text-sm">({{ $appointment->status }})</span>
|
|
|
</div>
|