@section('externalcss') @endsection
{{-- --}} @if (sizeof($dr_search_data) > 0) @foreach ($dr_search_data as $dr_dt) @endforeach @endif
@if (sizeof($doctors) > 0) @foreach ($doctors as $key => $dr)

{{ $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)
<
@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 (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 ($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 (sizeof($appointment_sessions[$key]) > 0 && $appointment_sessions[$key] != null) @foreach ($appointment_sessions[$key] as $session)
{{ $session['session_name'] }}
@if ($session != null && sizeof($session['get_free_slot_tokens']) > 0) @foreach ($session['get_free_slot_tokens'] as $tokens)
TOKEN-{{ $tokens['token_id'] }}
{{ Carbon\Carbon::parse($tokens['start_time'])->format('h:i A') }}
@endforeach @else
No Slots Available
@endif
@endforeach @else
No Sessions Available
@endif
@endif

@endif @endforeach @else

Doctors not available

@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 }}
--}}
@section('externaljs') @endsection