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