@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
CPS statements
@csrf
@foreach($statements as $statement) @endforeach
CPS transaction Fuel provider Auth# Invoice# Date Location State Unit# Total
@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}}
{{$statements->links()}}
@stop