Morning

@if(isset($slots['data']['morning']) && !empty($slots['data']['morning'])) @foreach($slots['data']['morning'] as $key=>$m_s) @php $slots_ids_all=array_unique(array_column($m_s['records'][0]['services_performed'],"slot_id")); $auto_ids_all=array_column($m_s['records'][0]['services_performed'],"id"); @endphp
@endforeach @else

No availability at this time with just this provider. Search by Day to see more availability, or update you cart.

@endif

Afternoon

@if(isset($slots['data']['afternoon']) && !empty($slots['data']['afternoon'])) @foreach($slots['data']['afternoon'] as $key=>$m_a) @php $aslots_ids_all=array_unique(array_column($m_a['records'][0]['services_performed'],"slot_id")); $aauto_ids_all=array_column($m_a['records'][0]['services_performed'],"id"); @endphp
@endforeach @else

No availability at this time with just this provider. Search by Day to see more availability, or update you cart.

@endif

Evening

@if(isset($slots['data']['evening']) && !empty($slots['data']['evening'])) @foreach($slots['data']['evening'] as $key=>$m_e) @php $eslots_ids_all=array_unique(array_column($m_e['records'][0]['services_performed'],"slot_id")); $eauto_ids_all=array_column($m_e['records'][0]['services_performed'],"id"); @endphp
@endforeach @else

No availability at this time with just this provider. Search by Day to see more availability, or update you cart.

@endif