@extends('adminlte::page') @section('content') @if ($message = Session::get('success'))
{{ $message }}
Report ID | Broker | Carrier | Invoice | Auth # | Date | Unit | Merch ID | Merchant | Country |
---|---|---|---|---|---|---|---|---|---|
View | {{$rep->broker->name}} | {{$rep->carrier->name}} | {{$rep->invoice}} | {{$rep->auth_code}} | {{\Carbon\Carbon::createFromFormat('Y-m-d H:i:s',$rep->date)->format('m/d/Y H:i')}} | {{$rep->unit}} | {{$rep->merchant_id}} | {{$rep->merchant}} | {{$rep->us_can}} |