@extends('layouts.app4') @section('title', 'ABOOD') @section('content') @include('includes.alerts')
{{__('text.thank_dear')}}, {{ $passenger }}

{{__('text.journey')}}: @php $route = \App\Models\Schedule::where(['id' => $schedule])->first()->route_id; $pA = \App\Models\Route::where(['id' => $route])->first()->start_point; $pB = \App\Models\Route::where(['id' => $route])->first()->end_point; $cityA = \App\Models\Cities::where(['id' => $pA])->first()->city; $cityB = \App\Models\Cities::where(['id' => $pB])->first()->city; echo $cityA.' - '.$cityB; @endphp

{{__('text.company')}}: {{ $company }}

{{__('text.date_trip')}} : {{ $tripDate }}

{{__('text.time')}}: {{ $departure }}

{{__('text.seat_count')}}: {{ $units }}

{{__('text.pay6')}} {{$amount}}{{__('text.pay7')}} {{ $busCompanyMinBookingTime }} {{__('text.pay8')}}

{{__('text.pay1')}} {{ $sms }} {{-- {{__('text.pay2')}} {{ $businessNo }} {{__('text.pay3')}} {{ $TransRef }} {{__('text.pay4')}}

--}}

{{__('text.pay5')}}

@endsection