{{ Form::open([ 'method' => 'POST', 'route' => ['hardware/bulkedit'], 'class' => 'form-inline', 'id' => (isset($id_formname)) ? $id_formname : 'assetsBulkForm', ]) }} {{-- The sort and order will only be used if the cookie is actually empty (like on first-use) --}} {{ Form::close() }}