All Flight Booking List
List of all flight bookingsBooking List
# | Ref-Id | Booked By | Contact | Destinations | Passengers | Dep/Ret Date | Booking Status | Trip | Total Payment | Booking Date | Action |
---|---|---|---|---|---|---|---|---|---|---|---|
{{$key+1}} | {{$value->pnr_no}} | @if (auth()->user()->hasPermissionTo('manage all bookings')) {{$value['user']['name']}} @else {{$value['user']['name']}} @endif | {{ $value->contact_no }} | {{ $value->email }} | {{ $value->tripType!='multi' ? $value->destinations : 'Multi' }} | {{ count($value->passengers) }} | {{ $value->departure_date . ' / ' . $value->return_date}} | {{ $value->booking_status }} | {{ $value->tripType }} | {{$value['total_amount'] .' - '.$value['currency']}} | {{ $value->created_at->format('M-d-Y h:i a') }} |
Payments Information
# | Ref-Id | Method | Status | Trx Id | Paid | @can('manage all bookings')Actual Price | Sale Price | {{--Profit/Loss | --}} @endcanBooking Date |
---|---|---|---|---|---|---|---|---|---|
{{$key+1}} | {{$value->pnr_no}} | {{$value->payment_method}} |
{{$value['total_amount'] .' - '.$value['currency']}}
{{ $value->payment_status=='pending' ? 'Verification Needed' : 'Verified' }} |
{{ $value->trx_id }} | {{ $value->paid_amount}} | @can('manage all bookings'){{ $value->total_amount }} | {{ $value->total_amount }} | {{--{{ $value->admin_profit .' - '.$value['currency'] }} | --}} @endcan{{ $value->created_at->format('M-d-Y h:i a') }} |