|
@@ -26,14 +26,11 @@
|
|
|
<td class="align-middle">
|
|
|
<b>{{$appointment->pro->displayName() }}</b>
|
|
|
<div class="mt-1">
|
|
|
- <b>{{friendly_date($appointment->raw_date)}}</b>
|
|
|
- {{ friendly_time($appointment->raw_start_time) }} - {{ friendly_time($appointment->raw_end_time) }}
|
|
|
+ <a href="/patients/view/{{$appointment->client->uid}}/calendar/{{$appointment->uid}}">
|
|
|
+ <b>{{friendly_date($appointment->raw_date)}}</b>
|
|
|
+ {{ friendly_time($appointment->raw_start_time) }} - {{ friendly_time($appointment->raw_end_time) }}</a>
|
|
|
<span class="text-secondary">{{ friendly_timezone($appointment->timezone) }}</span>
|
|
|
</div>
|
|
|
- <a href="/patients/view/{{$appointment->client->uid}}/calendar/{{$appointment->uid}}"
|
|
|
- class="d-block mt-1">
|
|
|
- <i class="fa fa-edit"></i>
|
|
|
- </a>
|
|
|
@if($appointment->title)
|
|
|
<span class="d-inline-block mt-1 text-secondary text-sm">
|
|
|
{{ $appointment->title }}
|