|
@@ -81,7 +81,7 @@
|
|
<tr>
|
|
<tr>
|
|
<td class="text-black p-0 border-0">
|
|
<td class="text-black p-0 border-0">
|
|
<div class="pb-0">
|
|
<div class="pb-0">
|
|
- {{ friendly_date_time($appointment->raw_start_time, false) }}, {{ friendly_time($appointment->raw_start_time) }}
|
|
|
|
|
|
+ {{ friendly_date_time($appointment->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 text-secondary text-sm">({{ $appointment->timezone }})</span>
|
|
/
|
|
/
|
|
<b class="mr-1">{{$appointment->pro->displayName()}}</b>
|
|
<b class="mr-1">{{$appointment->pro->displayName()}}</b>
|
|
@@ -105,7 +105,7 @@
|
|
</tr>
|
|
</tr>
|
|
@endforeach
|
|
@endforeach
|
|
</tbody>
|
|
</tbody>
|
|
-
|
|
|
|
|
|
+
|
|
</table>
|
|
</table>
|
|
<div class="ml-2 mt-2">
|
|
<div class="ml-2 mt-2">
|
|
{{$patients->links()}}
|
|
{{$patients->links()}}
|