{{ $todayAppointmentsCount ?? 0 }}
{{ $totalAppointmentsCount ?? 0 }}
{{ $availableTimeSlotsCount ?? 0 }}
{{ $workingDaysCount ?? 0 }}
{{ $upcomingAppointmentsCount ?? 0 }}
{{ $pastAppointmentsCount ?? 0 }}
{{ $appointment->service->name }} with {{ $appointment->hairdresser->name }}
{{ optional($appointment->time_slot)->start_time ? \Carbon\Carbon::parse($appointment->time_slot->start_time)->format('M d, Y h:i A') : 'N/A' }}
No recent activity
@endforelse