{!! Form::open(array('url'=>'farmerharvest/savepublic', 'class'=>'form-horizontal','files' => true , 'parsley-validate'=>'','novalidate'=>' ')) !!} @if(Session::has('messagetext')) {!! Session::get('messagetext') !!} @endif
FarmerHarvest {!! Form::hidden('harvest_id', $row['harvest_id']) !!}
{!! Form::text('created_on', $row['created_on'],array('class'=>'form-control form-control-sm datetime')) !!}
{!! Form::text('modified_on', $row['modified_on'],array('class'=>'form-control form-control-sm datetime')) !!}
{!! Form::close() !!}