@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
Auth# | Location | City | State | Card# | PO# | Fuel amount | Fuel price | Retail amount | Invoice amount | @foreach($ta_statements as $statement)
---|---|---|---|---|---|---|---|---|---|
{{$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}} |