@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
Pilot statement #{{$statement->auth_no}} Edit
Invoice# {{$statement->invoice_no}}
Auth# {{$statement->auth_no}}
Ticket# {{$statement->ticket_no}}
CPS Link @if($statement->report_id!=null) View #{{$statement->cps->auth_code}} @endif
PO# {{$statement->po_number}}
Billing date {{$statement->billing_date}}
Country {{$statement->country}}
Fuel units {{$statement->fuel_units}}
Fuel cost {{$statement->fuel_cost}}
Fuel amount {{$statement->fuel_amount}}
Retail total {{$statement->retail_total}}
@stop