Reports

Export and analyze

{{ ucfirst($reportType) }} Report

View and export {{ $reportType }} data

Clear
@if($reportType === 'bookings') @include('reports.partials.bookings', ['reportData' => $reportData]) @elseif($reportType === 'revenue') @include('reports.partials.revenue', ['reportData' => $reportData]) @elseif($reportType === 'channels') @include('reports.partials.channels', ['reportData' => $reportData]) @elseif($reportType === 'flights') @include('reports.partials.flights', ['reportData' => $reportData]) @elseif($reportType === 'passengers') @include('reports.partials.passengers', ['reportData' => $reportData]) @endif