{{-- --}}
@if (sizeof($doctors) > 0)
@foreach ($doctors as $key => $dr)
@if ($dr['image'] == null)
@else
@endif
 }})
{{ $dr['doctor_name'] }}
{{ $dr['specialist_name'] }}
-
Clinic Details:{{ $dr['clinic_name'] }}
-
Address:{{ $dr['clinic_address'] }}, {{ $dr['clinic_city'] }}, {{ $dr['clinic_district'] }} {{ $dr['clinic_state'] }} {{ $dr['clinic_country'] }} -{{ $dr['clinic_pincode'] }}
@if ($session_show != null && $session_show[$key] == true)
@if ($session_show != null && $session_show[$key] == true)
@endif
<
@if (Carbon\Carbon::parse($date1)->format('D, d M') == Carbon\Carbon::now()->format('D, d M'))
Today
@else
{{ Carbon\Carbon::parse($date1)->format('D, d M') }}
@endif
@if ($today_slotcount[$key] != null) {{ $today_slotcount[$key] }} Slots Available @else No Slots Available @endif
@if ($today_slotcount[$key] != null) {{ $today_slotcount[$key] }} Slots Available @else No Slots Available @endif
@if (Carbon\Carbon::parse($date2)->format('D, d M') == Carbon\Carbon::tomorrow()->format('D, d M'))
Tomorrow
@else
{{ Carbon\Carbon::parse($date2)->format('D, d M') }}
@endif
@if ($tmrw_slotcount[$key] != null) {{ $tmrw_slotcount[$key] }} Slots Available @else No Slots Available @endif
@if ($tmrw_slotcount[$key] != null) {{ $tmrw_slotcount[$key] }} Slots Available @else No Slots Available @endif
@if ($date3 != null)
{{ Carbon\Carbon::parse($date3)->format('D, d M') }}
@endif
@if ($dafttmrw_slotcount[$key] != null) {{ $dafttmrw_slotcount[$key] }} Slots Available @else No Slots Available @endif
@if ($dafttmrw_slotcount[$key] != null) {{ $dafttmrw_slotcount[$key] }} Slots Available @else No Slots Available @endif
>
@if (sizeof($appointment_sessions[$key]) > 0 && $appointment_sessions[$key] != null)
@foreach ($appointment_sessions[$key] as $session)
@endforeach
@else
{{ $session['session_name'] }}
@if ($session != null && sizeof($session['get_free_slot_tokens']) > 0)
@foreach ($session['get_free_slot_tokens'] as $tokens)
@endforeach
@else
TOKEN-{{ $tokens['token_id'] }}
{{ Carbon\Carbon::parse($tokens['start_time'])->format('h:i A') }}
No Slots Available
@endifNo Sessions Available
@endif@endif @endforeach @else
Doctors not available
@if ($doctors->image == null)
@else
@endif
 }})
{{ $doctors->doctor_name }}
{{ $doctors->specialist_name }}
-
Clinic :{{ $doctors->clinic_name }}
-
Address Info :{{ $doctors->clinic_address }}, {{ $doctors->clinic_city }}, {{ $doctors->clinic_district }} {{ $doctors->clinic_state }} {{ $doctors->clinic_country }} -{{ $doctors->clinic_pincode }}