@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