@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
Pilot statements
@csrf
Export
@foreach($pilot_statements as $statement) @endforeach
Auth# Invoice# PO# Billing date Country Fuel units Fuel cost Fuel amount Retail total
{{$statement->auth_no}} {{$statement->invoice_no}} {{$statement->po_number}} {{$statement->billing_date}} {{$statement->country}} {{$statement->fuel_units}} {{$statement->fuel_cost}} {{$statement->fuel_amount}} {{$statement->retail_total}}
{{$pilot_statements->links()}}
@stop