@@ -1,3 +1,6 @@
+@if(@$from)
+<div class="font-weight-bold mb-2">Appointments for {{friendly_date($from)}}</div>
+@endif
@if(@$appointments && count($appointments))
<table class="mb-0 table table-sm table-bordered appointments">
@foreach($appointments as $appointment)
@@ -28,6 +28,7 @@
{{$appointment->client->displayName() }}
</a>
<div class="mt-1">
+ <b>{{friendly_date($appointment->raw_date)}}</b>
{{ friendly_time($appointment->raw_start_time) }} - {{ friendly_time($appointment->raw_end_time) }}
<span class="text-secondary">{{ friendly_timezone($appointment->timezone) }}</span>
</div>