@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
@if ($errors->has('potencia_instalada'))
{{ $errors->first('potencia_instalada') }}
@endif
@if ($errors->has('url_gmaps'))
{{ $errors->first('url_gmaps') }}
@endif
@if ($errors->has('fecha_inicio'))
{{ $errors->first('fecha_inicio') }}
@endif