{{ Session::get('flash_message') }}
Date | Customer | Booking No | Cust Ref | Container | Trip Number | Truck | Trailer | Driver | Origin | Destination | Border | Km | Line | BL | Type | Product | Size | Tons | Packaging | Status | Detail |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ Helper::convert_to_ddmmyy(date("Y-m-d", strtotime($t->created_at))) }} | {{ $t->cargo->order->customer['name'] }} | {{ $t->cargo->order['booking_no'] }} | {{ $t->cargo->order['customer_ref'] }} | {{ $t->cargo['container'] }} | {{ $t->trip_number }} | {{ $t->truck }} | {{ $t->trailer }} | {{ $t->driver }} | {{ $t->cargo->order->origin['origin'] }} | {{ $t->cargo->order->destination['destination'] }} | {{ $t->cargo->order->destination['border'] }} | @if($t->cargo->order->destination['Km']) {{ number_format($t->cargo->order->destination['Km'], 2, '.', ',') }} @else {{ $t->cargo->order->destination['Km'] }} @endif | {{ $t->cargo->order->shipping_line['name'] }} | {{ $t->cargo->order['lading_bill'] }} | @if($t->cargo['cargo_type'] == 'containarized') CNTR @endif @if($t->cargo['cargo_type'] == 'break_bulk') BBK @endif @if($t->cargo['cargo_type'] == 'oog') OOG @endif @if($t->cargo['cargo_type'] == 'lcl') LCL @endif | {{ $t->cargo['product'] }} | {{ $t->cargo['size'] }} | {{ $t->cargo['weight'] }} | {{ $t->cargo['packaging'] }} Kg |
@if($t->status == 'Delivered') Delivered @endif @if($t->status == 'Invoiced')Invoiced @endif @if($t->status == 'Closed')Closed @endif |
Customer | Customer Ref | Inv Nr | Inv Date | Currency | Amount | Rate |
---|
Trip | Doc | Doc Nr | Diff | Packaging | Price | Amount | Container | Weight | Remark |
---|
# | Trip | Driver | Corridor | Km | Fuel Allowance | Fuel Used | Km/ltr | Fuel Diff | Price/Ltr | Deduction | Remark |
---|