FLIGHT STATUS REPORT
NO
Flight Name
Total Seats
Total Confirmed
Total Tentative
Total Waiting
Balance
@foreach($flights as $key => $flight)
{{$key+1}}
{{$flight->flight_name}}
{{$flight->total_seats}}
{{$flight->confirmed}}
{{$flight->tentative}}
{{$flight->waiting}}
{{$flight->balance}}
@endforeach