Booking Update Details

Booking Update Details

Shipper : {{ $order->shipper['name'] }}
Shipper Ref : {{ $order->shipping_ref }}
Port Agent : {{ $order->port_agent }}
Consignee Name : {{ $order->consignee['name'] }}
Consignee Ref : {{ $order->consignee_ref }}
Border Agent : {{ $order->border_agent }}
Customer : {{ $order->customer['name'] }}
Customer Ref : {{ $order->customer_ref }}
Shipping Line : {{ $order->shipping_line['name'] }}
Booking Nos : {{ $order->booking_no }}
Lading Bill : {{ $order->lading_bill }}
Origin : {{ $order->origin['origin'] ? $order->origin['origin'] : 'N/A' }}
Document :
{!! Form::select('document_status',['Received'=>'Received','Waiting'=>'Waiting'],null,['id'=>'document','class' => 'form-control arr']) !!}
Destination : {{ $order->destination['destination'] ? $order->destination['destination'] : 'N/A' }}
Loading Port : {{ $order->loadingport['port_name'] ? $order->loadingport['port_name'] : 'N/A' }}
Discharge Port : {{ $order->dischargeport['port_name'] ? $order->dischargeport['port_name'] : 'N/A' }}
Vessel : {{ $order->vessel['vessel'] }}
Voyage : {{ $order->vessel['voyage'] }}
Product : {{ $order->product['name'] }}
Product Value : {{ $order->total_value }}
Unit Price : {{ $order->unit_price }}
Arrived Date : {{ $order->vessel['berth'] }}
Detention Date : 1970-01-01
Product : {{ $order->product['name'] }}
Status :
{!! Form::select('status',['Under Clearance'=>'Under Clearance','Cleared'=>'Cleared','Loading'=>'Loading','Delivered'=>'Delivered'],null,['class' => 'form-control arr']) !!}
Date of Receipt : {!! Form::text('date_of_receipt',null,['id'=>'documentdate','class' =>'form-control']) !!} {!! $errors->first('date_of_receipt', '

:message

') !!}
{!! Form::submit(isset($submitButtonText) ? $submitButtonText : 'Create', ['class' => 'btn btn-primary']) !!}