@extends('layouts.master') @php $states = config('custom.states'); @endphp @section('content')

{{ __('Ltl Builder Outbound') }}

Build

PRO # SHIPPER DESTINATION DELIVER BY TOTAL CHARGES PALLETS / PIECES WEIGHT / CUBE Lineal Ft STATUS ACTION

0

Total Charges

0

Total Pallets

0

Total Pieces

0

Total Cubes

0

Lineal Ft

0

Total Lbs
@php $zoneArr = []; @endphp @forelse ($results as $key => $value) @if (!in_array($value->zone, $zoneArr)) @php $zoneArr[] = $value->zone; @endphp @endif @if ($value->status == 'ATDOC') {{-- route('load.edit', $value->id) --}} @else {{-- route('load.edit', $value->id) --}} @endif @empty @endforelse
{{ __('BILL') }} # {{ __('PRO') }} # {{ __('SHIPPER') }} {{ __('CONSIGNEE') }} {{ __('Charges') }} {{ __('WEIGHT') }}/{{ __('Cube') }} {{ __('PLT') }}/{{ __('PCS') }} {{ __('Ln ft.') }} {{ __('Status') }}

{{ __('Zone') }}:

{{ $value->bidid }}{{ $value->loadid }} {{ $value->mc_id }}
{{ date('D m/d', strtotime($value->pick_date)) }}
{{ $value->delivery_location }}
{{ $value->del_city . ', ' . $value->del_state . ', ' . $value->del_zip . ' - ' . date('m/d/Y h:i A', strtotime($value->deliver_date)) }}
{{ $value->Deliver_Notes }}
{{ number_format($value->total_charge, 2) }} S3:    {{ $value->weight }}/{{ $value->total_cube }}
V4:    {{ $value->weight }}/{{ $value->cube }}
{{ $value->pallets }}/{{ $value->pieces }}
{{ $value->ADMIN_PALLETS }}/{{ $value->ADMIN_PIECES }}
{{ $value->total_ln_ft }}/{{ $value->length_1 }} {{ strtoupper($value->status) }}
{{ $value->bidid }}{{ $value->loadid }} {{ $value->mc_id }}
{{ date('D m/d', strtotime($value->pick_date)) }}
{{ $value->delivery_location }}
{{ $value->del_city . ', ' . $value->del_state . ', ' . $value->del_zip . ' - ' . date('m/d/Y h:i A', strtotime($value->deliver_date)) }}
{{ $value->Deliver_Notes }}
{{ number_format($value->total_charge, 2) }} S5:    {{ $value->weight }}/{{ $value->total_cube }}
V6:    {{ $value->weight }}/{{ $value->cube }}
{{ $value->pallets }}/{{ $value->pieces }}
{{ $value->ADMIN_PALLETS }}/{{ $value->ADMIN_PIECES }}
{{ $value->total_ln_ft }}/{{ $value->length_1 }} @if ($value->status == 'PENDING' || $value->status == 'ASSIGNED' || $value->status == 'PICKED') {{ strtoupper($value->status) }} @else {{ strtoupper($value->status) }} @endif
No Data Found
@endsection() @section('script') @endsection()