@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
Love statement #{{$statement->authorisation_no}} Edit
Invoice# {{$statement->invoice_no}}
Auth# {{$statement->authorisation_no}}
Location# {{$statement->location}}, {{$statement->state}}
CPS Link @if($statement->report_id!=null) View #{{$statement->cps->auth_code}} @endif
Date {{$statement->date}}
Fuel amount {{$statement->truck_gallons}}
Retail total {{$statement->retail_amount}}
@stop