@extends('adminlte::page') @section('content')
Carrier | Date | Week ID | Express code | Amount | Create ID | Payee | Driver ID | Tractor# | User 1 label | User 2 label | Memo | Status | Status date | Fee | TTP | Country | @foreach ($efs as $report)
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@if ($report->carrier_id != '') {{ $report->carrier->name }}@else - @endif | @if ($report->date != '') {{ $report->date->format('m/d/Y') }} @endif | {{ $report->week_id }} | {{ $report->express_code }} | {{ $report->amount }} | {{ $report->create_id }} | {{ $report->payee }} | {{ $report->driver_id }} | {{ $report->truck_no }} | {{ $report->user1_label }} | {{ $report->user2_label }} | {{ $report->memo }} | {{ $report->status }} | @if ($report->status_date != '') {{ $report->status_date->format('m/d/Y') }} @endif | {{ $report->fee }} | {{ $report->ttp }} | {{ $report->country }} |