{{ old('titulomodal') }}
{{csrf_field()}}

@if ($errors->has('rut')) {{ $errors->first('rut') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('estado')) {{ $errors->first('estado') }} @endif
@if ($errors->has('perfil')) {{ $errors->first('perfil') }} @endif
{{--
--}}

@if ($errors->has('nombre')) {{ $errors->first('nombre') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{--
--}}
@if($errors->has('apellidos')) {{ $errors->first('apellidos') }} @endif
@if ($errors->has('compania')) {{ $errors->first('compania') }} @endif

{{ old('obligatorios') }}