No appointments found.
@elseDate & Time | Service | @if(auth()->user()->role === 'hairdresser')Customer | @elseHairdresser | @endifStatus | Actions |
---|---|---|---|---|---|
{{ optional($appointment->timeSlot)->start_time ? \Carbon\Carbon::parse($appointment->timeSlot->start_time)->format('M d, Y h:i A') : 'N/A' }} | {{ $appointment->service->name }} | @if(auth()->user()->role === 'hairdresser') {{ $appointment->customer->name }} @else {{ $appointment->hairdresser->name }} @endif | {{ ucfirst($appointment->status) }} | View |