@php $current = \Carbon\Carbon::now(); @endphp
Select Booking Day
@if ($slot_time) @foreach($slot_time as $slot) @php $object_week_days = \App\Models\ObjectWeekDays::where('id',$slot->object_week_days_id)->first(); @endphp @if($object_week_days->week_day_en_name == $days)
{{ date('h:i',strtotime($slot->time_from))}} {{date('h:i',strtotime($slot->time_to)) }}
@endif @endforeach @endif