@extends('admin/layout') @section('title') {{ labels('admin_labels.time_slot_settings', 'Time Slot Settings') }} @endsection @section('content') @php $user = auth()->user(); $role = auth()->user()->role->name; @endphp

{{ labels('admin_labels.time_slots', 'Time Slots') }}

{{ labels('admin_labels.efficiently_organize_and_control_delivery_time_slots', 'Efficiently Organize and Control Delivery Time Slots') }}

@csrf
{{ labels('admin_labels.time_slots', 'Time Slots') }}
@csrf
{{ labels('admin_labels.add_time_slot', 'Add Time Slot') }}