{!! Form::checkbox("status[]",$item->id,false,['class'=>'vessel_status']) !!} {{ $item->shipping_line['name'] }} {{ $item->ports['port_name'] }} {{ $item->call_sign }} {{ $item->vessel }} {{ $item->voyage }} {{ $item->vgm_wrap }} {{ $item->mates_receipt_wrap }} {{ $item->stack_open_wrap }} {{ $item->stack_close_wrap }} {{ $item->eta_wrap }} {{ $item->berth_wrap }} {{ $item->etd_wrap }} {{ $item->depature_wrap }} 13/01/70 {!! $item->status == 0 ? 'Inactive' : 'Active' !!} {!! Form::open([ 'method'=>'DELETE', 'route' => ['logistic.order.vessel.destroy', $item->id], 'style' => 'display:inline' ]) !!} {!! Form::button('', array( 'type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'title' => 'Delete Vessel', 'onclick'=>'return confirm("Confirm delete?")' )) !!} {!! Form::close() !!}