@if($seatNaming == 'Number')
@if($seatCapacity == '57' && $seatNumbering == '12-34-57SEAT')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
@elseif($seatCapacity == '56' && $seatNumbering == '1-23-56SEAT')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
@elseif($seatCapacity == '56' && $seatNumbering == '12-34-56SEAT')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
@elseif($seatCapacity == '53' && $seatNumbering == '12-34-53SEAT')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
@elseif($seatCapacity == '52' && $seatNumbering == '1-23-52SEAT')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
@elseif($seatCapacity == '40' && $seatNumbering == '1-23-40SEAT')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
@elseif($seatCapacity == '49' && $seatNumbering == '12-34-49SEAT')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
@elseif($seatCapacity == '60')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
{{--//////////////////////////////////////////////--}}
@elseif($seatCapacity == '57' && $seatNumbering == '34-21-57SEAT')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
{{--@@@@@@@@@@@@@@@@@@@@@@@@@@@--}}
{{--\\\\\\\//////////////////////////////////////////////\\\\\\\--}}
@elseif($seatCapacity == '55' && $seatNumbering == '34-21-55SEAT')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
{{--@@@@@@@@@@@@@@@@@@@@@@@@@@@--}}
{{--\\\\\\\//////////////////////////////////////////////\\\\\\\--}}
@elseif($seatCapacity == '53' && $seatNumbering == '34-21-53SEAT')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
{{-- @@@@@@@@@@@@@@@@@@@@@@@@@@@--}}
{{--\\\\\\\//////////////////////////////////////////////\\\\\\\--}}
@elseif($seatCapacity == '33' && $seatNumbering == '3-21-33SEAT')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
{{-- @@@@@@@@@@@@@@@@@@@@@@@@@@@--}}
@elseif($seatCapacity == '45')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
{{-- @elseif($seatCapacity == '53' && $seatNumbering == '34-21-53toiletSEAT')--}}
@elseif($seatCapacity == '53' && $seatNumbering == '34-21-53SEAT-TOILET')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
@elseif($seatCapacity == '58' && $seatNumbering == '34-21-58SEAT')
{{__('text.company')}}: {{ $company }}
{{__('text.bus')}} : {{ $bus }}
{{__('text.departure')}} : {{ $departure }}
{{__('text.arrive')}} : {{ $arrival }}
{{__('text.available')}}
{{__('text.selected')}}
{{__('text.taken')}}
@endif
@endif