{!! Form::open(array('url'=>'gestioncomunicacion', 'class'=>'form-horizontal','files' => true , 'parsley-validate'=>'','novalidate'=>' ')) !!} @if(Session::has('messagetext')) {!! Session::get('messagetext') !!} @endif
Gestion de Comunicacion {!! Form::hidden('ComID', $row['ComID']) !!}
{!! Form::text('Fecha', $row['Fecha'],array('class'=>'form-control form-control-sm datetime')) !!}
{!! Form::close() !!}