@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
CPS transactions that has uncalculated profit
@foreach($cps as $r) {{-- --}} @endforeach
Auth# Invoice# Date Merchant Country Volume Reefer volume Retail total Broker Carrier Week ID
{{$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}}
{{$cps->links()}}
@stop