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

{{$road_rangers->links()}}
@stop