Enviar mensaje
Envíe un mensaje al administrador si tiene algun problema, duda o sugerencia.
{!!Form::open(['route'=>'contacto.store','method'=>'POST'])!!}
{!!Form::label('Titulo : ')!!}
{!!Form::text('titulo',null,['class'=>'form-control','placeholder'=>'Ingrese el titulo del mensaje','required'])!!}
{!!Form::submit('Enviar mensaje',['class'=>'btn btn-primary'])!!}
{!!Form::text('id_e',$id_empleado,['class' =>'form-control input-sm','readonly'=>'readonly','style'=>'visibility:hidden'])!!}
{!!Form::close()!!}