@extends('layouts.web') @section('page-title', 'Customer Details') @section('link-active-2', 'active') @section('main-container')
| Start From: | {{$route->start_from}}({{$route->end_to}}) |
| Destination: | {{$sub_route->name}} |
| Vehicle Number: | {{Str::upper($depature->registration_number)}} |
| Boarding Point: | {{$boarding}} |
| VIA: | {{$depature->via}} |
| Reporting: | {{date_format(date_create($datetodepatureinp), 'd M Y')}}, {{date_format(date_create($depature->reporting_time), 'H:i A')}} |
| Departure: | {{date_format(date_create($datetodepatureinp), 'd M Y')}}, {{date_format(date_create($depature->depature_time), 'H:i A')}} |
| Expected Arrival: | {{date_format(date_create($depature->expected_arrival_time), 'd M Y H:i A')}} |
| Fare: | {{number_format($vipfare, 2)}} TZS |