@extends('layouts.app7') @section('title', 'Seat Map') @section('content') @include('includes.alerts')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
Label : {{ $label }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.available')}} {{__('text.selected')}} {{__('text.taken')}}
@csrf
{{ $from }} - {{ $to }}
{{__('text.choose_seat')}}
@php $view = 'v4seats.seat-map'; $bus = $busId; @endphp @include($view)
@endsection