{{ __('Coming up') }}
@foreach ($upcoming as $appointment)
@include('account.partials.appointment', ['appointment' => $appointment, 'user' => $user])
@endforeach
@endif
@if ($past->isNotEmpty())
{{-- Kept visible: "did they turn up" is a question people ask
afterwards, and a diary that forgets is not a record. --}}