Client Appoinments
# | Client Name | Contacts | Date | Status | Action | |
---|---|---|---|---|---|---|
{{$key+1}} | {{$appointment->name}} | {{$appointment->email}} | {{$appointment->phone}} | {{$appointment->date}} at {{$appointment->time}} |
@if($appointment->status==0)
Pending
@elseif($appointment->status==1)
In Process
@elseif($appointment->status==2)
Hold
@elseif($appointment->status==3)
Cancel
@elseif($appointment->status==4)
Completed
@else
N/A
@endif
|
{{-- |