@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('rut'))
{{ $errors->first('rut') }}
@else
{{-- Lorem Ipsum is simply dummy text of the printing and typesetting industry. --}}
@endif
{{--
@if ($errors->has('gender'))
{{ $errors->first('gender') }}
@endif --}}
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Strong password
--}} @if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
active : true) ? 'checked' : '' }} class="{{ $errors->has('active') ? 'input input--switch border error' : 'input input--switch border' }}"> @if ($errors->has('active'))
{{ $errors->first('active') }}
@endif
@if ($errors->has('rol'))
{{ $errors->first('rol') }}
@endif
@if (count($modulesParents)) @include('pages.administracion.users.resources.field-modules', [ 'modules' => $modulesParents, 'old' => isset($model) ? $model->modules->pluck('id')->toArray() : old('modules') ]) @else
Sin registros
No se encontro ningun registro referente a los modulos. Puede entrar aquĆ­ para registrar uno nuevo.
@endif
{{--
--}}
{{--

{{__('validation.attributes.photo')}}

Drop files here or click to upload.
This is just a demo dropzone. Selected files are not actually uploaded.
--}}
@push('scripts') @endpush