Detalles del Contacto

{{ old('accion') }}
{{csrf_field()}}
@if ($errors->has('nombre')) {{ $errors->first('nombre') }} @endif
@if ($errors->has('apellidos')) {{ $errors->first('apellidos') }} @endif
{{--
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
--}}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{--
@if ($errors->has('estado')) {{ $errors->first('estado') }} @endif
--}}
@if ($errors->has('compania')) {{ $errors->first('compania') }} @endif

(*) Campos Obligatorios