@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
Auth# | Invoice# | Date | Merchant | Country | Volume | Reefer volume | Retail total | Broker | Carrier | Week ID | @foreach($cps as $r)
---|---|---|---|---|---|---|---|---|---|---|
{{$r->auth_no}} | {{$r->invoice_no}} | {{$r->date}} | {{$r->merchant}} | {{$r->us_can}} | {{$r->volume}} | {{$r->reefer_amount}} | {{$r->total}} | {{$r->broker->name}} | {{--{{$r->carrier->name}} | --}}{{$r->week_id}} |