{!! Form::open([
'method'=>'DELETE',
'url' => ['logistic/order', $order->id],
'style' => 'display:inline'
]) !!}
{!! Form::button('
Delete', array(
'type' => 'submit',
'class' => 'btn btn-danger btn-xs',
'title' => 'Delete Order',
'onclick'=>'return confirm("Confirm delete?")'
))!!}
{!! Form::close() !!}
ID | {{ $order->id }} |
Shipper Id | {{ $order->shipper_id }} |
---|
Shipping Ref | {{ $order->shipping_ref }} |
---|
Port Agent | {{ $order->port_agent }} |