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