@if ($errors->has('rut'))
{{ $errors->first('rut') }}
@else
{{--
--}}
{{-- Lorem Ipsum is simply dummy text of the printing and typesetting industry. --}}
{{--
--}}
@endif
@if ($errors->has('nombre_xls'))
{{ $errors->first('nombre_xls') }}
@endif
@if ($errors->has('orden'))
{{ $errors->first('orden') }}
@endif