{!! Form::open(array('url'=>'cropslist/savepublic', 'class'=>'form-horizontal','files' => true , 'parsley-validate'=>'','novalidate'=>' ')) !!} @if(Session::has('messagetext')) {!! Session::get('messagetext') !!} @endif
CropsList {!! Form::hidden('crop_id', $row['crop_id']) !!}
{!! Form::close() !!}