@if($showNotifications && count($notifications) > 0)
@foreach($notifications as $index => $notification)

{{ $notification['title'] }}

{{ $notification['message'] }}

Date: {{ \Carbon\Carbon::parse($notification['appointment_date'])->format('l, F j, Y') }}

Time: {{ $notification['appointment_time'] }}

Clinic: {{ $notification['clinic_name'] }}

View Appointments
@endforeach @if(count($notifications) > 1)
@endif
@endif