Welcome back, {{ Auth::user()->name }}
@if($period !== 'all')Showing data from {{ $startDate->format('M d, Y') }} to {{ $endDate->format('M d, Y') }}
@endifTicket sales and booking channels breakdown
Total Sales
Total Bookings
Total Tickets
Self Booking - Website
Self Assisted - Normal
Self Assisted - Diplomat
Through Others
{{ number_format($channelStats['others']['tickets'] ?? 0) }} tickets
Agency Group
{{ number_format($channelStats['agency']['tickets'] ?? 0) }} tickets
Flight operations and capacity management
Total Flights
Active Flights
Internal Load Factor
Seats Booked
Commission, fees, and earnings breakdown
Total Commission (3%)
Total Admin Fee ($15)
Total TamAir Earnings
Net TamAir Revenue
Partner agencies and onboarding status
Onboarded Agencies
of {{ number_format($totalAgencies) }} total
Flynas Onboarded
Paid Revenue
{{ number_format($paidPercentage ?? 0, 1) }}% paid • {{ number_format($unpaidPercentage ?? 0, 1) }}% unpaid
Status distribution and tracking
Complete revenue analysis per booking channel
| Channel | Bookings | Share | Passengers | Revenue | Commission (3%) |
Admin Fee ($15) |
Gross Revenue |
|---|---|---|---|---|---|---|---|
|
@if($channel->channel_type === 'agency')
Agency
({{ $channel->name }})
@else
{{ in_array($channel->channel_type, ['bsp', 'gds']) ? 'Others' : $channel->name }}
{{ $channel->code }}
@endif
|
{{ number_format($channel->total_bookings) }}
|
|
{{ number_format($channel->total_passengers) }}
|
${{ number_format($channel->total_revenue, 2) }}
|
${{ number_format($channel->commission_revenue, 2) }}
|
@if($channel->channel_type === 'agency')
${{ number_format($channel->admin_fee_revenue, 2) }}
@else
-
@endif
|
${{ number_format($channel->gross_revenue, 2) }}
|
|
No bookings found for this period |
|||||||
| TOTAL | {{ number_format($totalBookings) }} | 100% | {{ number_format($totalPassengers) }} | ${{ number_format($totalRevenue, 2) }} | ${{ number_format($totalCommission, 2) }} | ${{ number_format($totalAdminFees, 2) }} | ${{ number_format($netTamairRevenue ?? 0, 2) }} |
Latest bookings and group reservations
{{ $booking->pnr }}
{{ $booking->flight->route }} • {{ $booking->created_at->format('M d') }}
${{ number_format($booking->total_amount, 2) }}
{{ ucfirst($booking->booking_status) }}No recent bookings
{{ $booking->pnr }}
{{ $booking->flight->route }}
{{ $booking->passenger_count }} pax
${{ number_format($booking->total_amount, 2) }}
No group bookings