{{-- delivery-hours for only branche --}} @php $branch = isset($branche_data) ? $branche_data : $_branch;// $branch; $deliveries_hours = $branch->deliveries_hours; // organizate hours for attr day $deliveries_hours = getHoursDay(collect($deliveries_hours)->groupBy('day')); @endphp @forelse($deliveries_hours as $key => $delivery_hour) @if(isset($is_table) && $is_table)
@lang('trans.delivery_not_hours')
@endforelse