@extends('layouts.app') @section('content')

Export Reports

Generate reports for export requests.

{{-- Report Card 5: Pending AWB (Highlighted) --}}
Pending AWB Requests

View all export requests that are missing an AWB number.

{{-- Report Card 7: Pending Cost (Highlighted) --}}
Pending Cost Requests

View all export requests that have not been assigned a cost.

{{-- Report Card 1: By Address --}}
Requests by Address

Filter and view export requests for a specific Send-To Address.

{{-- Report Card 2: By Courier --}}
Requests by Courier

Filter export requests based on the Courier Service used.

{{-- Report Card 3: By Submitter --}}
Requests by Submitter

Filter export requests created by a specific user.

{{-- Report Card 4: By Date --}}
Requests by Date

Filter export requests within a specific date range.

{{-- Report Card 8: Cost Summary --}}
Cost Summary

View cost and weight details filtered by request date.

{{-- Report Card 6: Cancelled Requests --}}
Cancelled Requests

View a list of all cancelled export requests and their remarks.

{{-- Future reports can be added here --}}
@endsection