@if($company->logo != null || $company->logo != "")
@else
{{ $company->name }}@endif Address: {{$company->address}}Tel: {{$company->contacts}}; Email: {{$company->email}} ; Website: {{$company->website}} TIN: {{$company->TIN}} |
|
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)}} |
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)}} |