@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
TA Petro Statements
@csrf
@foreach($ta_statements as $statement) @endforeach
Auth# Location City State Card# PO# Fuel amount Fuel price Retail amount Invoice amount
{{$statement->auth_no}} {{$statement->location}} {{$statement->city}} {{$statement->state}} {{$statement->card_no}} {{$statement->po_no}} {{$statement->fuel_amount}} {{$statement->fuel_price}} {{$statement->retail_amount}} {{$statement->invoice_amount}}
{{$ta_statements->links()}}
@stop