Choose Your Nearest Clinic
@if(sizeof($cliniclists)>0) @foreach($cliniclists as $clinic) @if(array_key_exists('slot_schedules',$clinic)) @if($clinic['slot_schedules'] && sizeof($clinic['slot_schedules'])>0 || $clinic['upcomming_slot_schedules'] && sizeof($clinic['upcomming_slot_schedules'])>0)

{{$clinic['clinic_name']}}

{{$clinic['clinic_address']}}, @if($clinic['clinic_area'] != null) {{$clinic['clinic_area']}},@endif {{$clinic['clinic_city']}}, {{$clinic['clinic_state']}}, India-{{$clinic['clinic_pincode']}}

@if($clinic['slot_schedules'] && sizeof($clinic['slot_schedules'])>0) Available Today @elseif($clinic['upcomming_slot_schedules'] && sizeof($clinic['upcomming_slot_schedules'])>0) Available on {{\Carbon\Carbon::parse($clinic['upcomming_slot_schedules'][0]['session_date'])->format('d-F')}} @else Not Available @endif
@endif @endif @endforeach @else

Please Wait...

@endif