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