@extends('adminlte::page') @section('content')

Unlinked Road Rangers

{{-- Export --}}
@foreach($unlinked as $r) @endforeach
Auth# Invoice Date Location City State Retail total
{{$r->auth_no}} {{$r->invoice}} {{$r->date}} {{$r->location}} {{$r->city}} {{$r->state}} {{$r->total}}
@stop @section('css') @stop @section('js') @stop