@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("#ID")}} | {{__("Waiting Duration")}} | {{__("Slot Duration")}} | {{__("Date From")}} | {{__("Date To")}} | {{__("Details")}} | {{__("Action")}} |
---|---|---|---|---|---|---|
{{++$index}} | {{$type->wating_time}} | {{$type->slot_duration}} | {{$type->date_from}} | {{$type->date_to}} | {{__("Details")}} | {{-- --}} {{-- --}} |