@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
@if (!isset($model))
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Strong password
--}} @if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@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
{{--

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

Drop files here or click to upload.
This is just a demo dropzone. Selected files are not actually uploaded.
--}}