Employee Appointments

Schedule New Appointment
@cell('status', $appointment) {{ ucfirst($appointment->status) }} @endcell @cell('scheduled_at', $appointment) {{ $appointment->scheduled_at->format('M d, Y g:i A') }} @endcell @cell('actions', $appointment)
View @if($appointment->status === 'scheduled') Reschedule Cancel @endif
@endcell