Total Channels
{{ number_format($reportData['summary']['total_channels']) }}
Total Bookings
{{ number_format($reportData['summary']['total_bookings']) }}
Total Revenue
${{ number_format($reportData['summary']['total_revenue'], 2) }}
Total Commission
${{ number_format($reportData['summary']['total_commission'], 2) }}
| Channel Name | Type | Bookings | Revenue | Commission | Passengers |
|---|---|---|---|---|---|
| {{ $channel['channel_name'] }} | {{ ucfirst($channel['channel_type']) }} | {{ number_format($channel['total_bookings']) }} | ${{ number_format($channel['total_revenue'], 2) }} | ${{ number_format($channel['total_commission'], 2) }} | {{ number_format($channel['total_passengers']) }} |
|
No channels found for the selected filters. |
|||||