only the 'public' folder is accessible via http.
Why would you want to open up the resources folder? This is just for your backend resources (un-compiled javascript / css, and your views)
If you want to store stuff for public access, either use "public/...." or "storage/app/public/..." and use the storage symlink php artisan storage:link to make it available via /public/storage.