@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