@extends('layouts.app4') @section('title', 'ABOOD') @section('content') @include('includes.alerts') {{__('menu.home')}} Tel: +255 (0) 23 2613 851 / 589 {{__('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')}} {{__('text.back_home')}} @endsection
{{__('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')}}