{!! Form::label('nombre', 'Nombre:') !!}
{!! Form::text('nombre', null, ['class' => 'form-control', 'required', 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('apellido', 'Apellido:') !!}
{!! Form::text('apellido', null, ['class' => 'form-control', 'required', 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('telefono', 'Telefono:') !!}
{!! Form::text('telefono', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('cargo', 'Cargo:') !!}
{!! Form::text('cargo', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('email', 'Email:') !!}
{!! Form::email('email', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('facebook', 'Link a Facebook:') !!}
{!! Form::text('facebook', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('twitter', 'Link a Twitter:') !!}
{!! Form::text('twitter', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('linkedin', 'Link a Linkedin:') !!}
{!! Form::text('linkedin', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('instagram', 'Link aInstagram:') !!}
{!! Form::text('instagram', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('whatsapp', 'Whatsapp:') !!}
{!! Form::text('whatsapp', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255]) !!}