@@ -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)