| {{ __('Sl') }} | {{ __('Seat Name') }} | @if ($slot->type == 1 && $slot->pricing_type != 'free'){{ __('Price') }} | @endif{{ __('Deactive') }} |
|---|---|---|---|
|
{{ __('Seat') }} - {{ $key + 1 }}
@if (in_array($seat->id, $bookedSeats))
{{ __('Booked') }}
@endif
|
{{ __('Name') }}
|
@if ($slot_type == 1 && $slot->pricing_type != 'free')
{{ __('Price') }}({{ $settings->base_currency_symbol }})
|
@endif
|