{{-- PO NO. 245--}} {{-- Abood Bus Service Limited Tel: +255 (0) 23 2613 851 / 589 Morogoro: 0742-998011 / 0742-999383 DSM: 0742-999444 / 0742-999888 Fax: +255 (0) 23 2603 039 Email: info@aboodgroup.com Website: www.aboodbus.co.tz--}}

PASSENGER MANIFEST

Trip: {{ $schedule->startCity->city }} - {{ $schedule->endCity->city }}
Date :
{{ $schedule->trip_date }} {{ $schedule->departure }}
Bus : {{ ($schedule->bus) ? $schedule->bus->bus_reg_no : 'NOT SET' }} - {{ $schedule->label }}
Driver/ Conductor :
@foreach($manifest_summary ?? '' as $i => $summary) @endforeach
S/N Sub Route Tickets Total Collection Total Commission Net Collection
{{$i+1}} {{$summary->origin}} - {{$summary->destination}} {{$summary->not_of_pax}} {{number_format($summary->amount, 2)}} {{number_format($summary->commission_amount, 2)}} {{number_format($summary->amount - $summary->commission_amount, 2)}}
TOTAL: {{ $count_summary }} {{number_format($bookings_gross_collection, 2)}} {{number_format($bookings_comission, 2)}} {{number_format($bookings_net_collection, 2)}}


@php $gross_collection = 0; $comission_collection = 0; $net_collection = 0; @endphp @foreach($tickets ?? '' as $i => $ticket) @php $gross_collection += (int)$ticket['fare']; $comission_collection += (int)$ticket['actual_commission']; $net_collection += (int)$ticket['net_price']; @endphp @endforeach @php $arr = sizeof($tickets); $y = 60 - $arr; @endphp @for($x = $arr+1; $x <= 20; $x++) @endfor
S/N Passenger Contact Seat Ticket Origin Destination Issued Agent Fare Exps Net
{{$i+1}} {{$ticket['passenger_name']}} {{$ticket['passenger_description']}} {{$ticket['passenger_phone_number']}} {{$ticket['seat'] }} {{$ticket['reference']}} {{$ticket['start_point']}} {{$ticket['end_point']}} {{$ticket['created_at']}} {{$ticket['agent']}} {{$ticket['fare']}} {{$ticket['actual_commission']}} {{$ticket['net_price']}}
{{$x}}
Total: {{number_format($gross_collection, 0)}} {{number_format($comission_collection, 0)}} {{number_format($net_collection, 0)}}
{{--
--}} {{--

TOTAL COLLECTION :

--}} {{--

EXPENSES :

--}} {{--

NET COLLECTION :

--}} {{--

PARCEL & LUGGAGES :

--}} {{-- ______________________________________________________________________________________________--}} {{--
--}}
Powered By: TiketiGala - https://www.aboodbus.co.tz