@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
CPS transaction | Fuel provider | Auth# | Invoice# | Date | Location | State | Unit# | Total | @foreach($statements as $statement)
---|---|---|---|---|---|---|---|---|
@if($statement->report_id!='') View @else - @endif | {{$statement->fuel_provider}} | {{$statement->auth_code}} | {{$statement->invoice}} | {{$statement->date}} | {{$statement->location}} | {{$statement->state}} | {{$statement->unit}} | {{$statement->total}} |