@if(sizeof($patientAppointments) > 0) @foreach($patientAppointments as $appointment) @endforeach @else @endif
Doctor Appointment Date Token No Booking Date Status Action

@if($appointment) @endif @if($appointment['image']) {{$appointment['doctor_name']}} @else @if($appointment['gender']=="Male") {{$appointment['doctor_name']}} @else {{$appointment['doctor_name']}} @endif @endif Dr. {{$appointment['doctor_name']}} @if($appointment['specializtion'] != null){{$appointment['specializtion']}} @endif

{{\Carbon\Carbon::parse($appointment['appointment_date'])->format('l d M Y')}} {{$appointment['appointment_time'] != null ?\Carbon\Carbon::parse($appointment['appointment_time'])->format('H:i A'):'-'}} T-{{$appointment['token_id']}} {{\Carbon\Carbon::parse($appointment['created_at'])->format('d M Y')}} @if($appointment['status']=='1') Confirm @elseif($appointment['status']=='7') Completed @elseif($appointment['status']=='0') Cancelled @endif @if($appointment['status']=='1') Cancel @endif

No Appointments To Show