@forelse($bookings as $booking) @php $no_of_veh = $booking->booking->no_of_vehicle; $transfer_cost = $booking->booking->sell_new * $no_of_veh; $enroute_cost = $booking->booking->enroute_place_price * $no_of_veh; $total_cost = $transfer_cost + $enroute_cost; $margin = floatval($booking->booking->agent->margin); @endphp @empty @endforelse
Date Ref Agent Guest Service Action
is_invocied==1) disabled @endif> {{ \Carbon\Carbon::parse($booking->allotment_date)->format('d-m-y H:i') }}
{{ $booking->booking->agent_reference }} {{ $booking->vehicle->vehicle_no }} {{ Str::limit($booking->booking->guest_name,25) }}
AD-{{ $booking->booking->adults }} | CH-{{ $booking->booking->children }} | INF-{{ $booking->booking->infants }}
{{ $booking->booking->type }}
@if($booking->booking->enroute_places_new) {{ $booking->booking->enroute_places_new }}
@endif {{ Str::limit($booking->booking->fromPlace->place_name??'',22) }} To {{ Str::limit($booking->booking->toPlace->place_name??'',22) }}
{{ $booking->sell_new_amount }}
@if($booking->booking->no_of_vehicle > 1) {{ $booking->no_of_vehicle }} x @endif {{ $booking->vehicle_type_new }}
No bookings found for the selected criteria.