@extends('admin.layout') @section('content')
| {{ __('Day') }} | {{ __('Start Time') }} | {{ __('End Time') }} | {{ __('Rent') }} ({{ $settings->base_currency_text }}) | {{ __('Quantity') }} | {{ __('Actions') }} | |
|---|---|---|---|---|---|---|
| {{ __(@$timeSlot->name) }} | {{$startTime }} | {{ $endTime }} | {{ $timeSlot->time_slot_rent != null ? $timeSlot->time_slot_rent : '--' }} | {{ $timeSlot->number_of_booking ?? '--' }} |