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

EFS reports

@foreach ($efs as $report) @endforeach
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
@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 }}
{{ $efs->links() }}
@stop