@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
Auth# | Invoice# | PO# | Billing date | Country | Fuel units | Fuel cost | Fuel amount | Retail total | @foreach($pilot_statements as $statement)
---|---|---|---|---|---|---|---|---|
{{$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}} |