@if ($errors->has('nombre')) {{ $errors->first('nombre') }} @endif
@if ($errors->has('tipo_aviso')) {{ $errors->first('tipo_aviso') }} @endif
@if ($errors->has('descripcion')) {{ $errors->first('descripcion') }} @endif