{{ __('Edit Time Slot') }}
@php $isShowTimeSlotRent = isset($spaceContent) && $spaceContent->use_slot_rent == 1 ? '1' : '0'; @endphp
@csrf

{{'*'. __('The number of spaces available for this time slot') . '.' }}

@if ($isShowTimeSlotRent)

{{'*' . __('If the Get Quote option is enabled for the space, the slot rent will be considered negotiable') . '.' }}

@endif