@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
Date | City | State | Auth# | PO | Product | Gallons | Price | Total | Edit | @foreach($road_rangers as $statement)
---|---|---|---|---|---|---|---|---|---|
{{$statement->date}} | {{$statement->city}} | {{$statement->state}} | {{$statement->auth_no}} | {{$statement->po}} | {{$statement->product}} | {{$statement->gallons}} | {{$statement->price}} | {{$statement->total}} | Edit |