sorry but I would need help with a project and I would be really grateful if you would help me.
The problem is that i cannot view the images from public/storage
in a blade page.
To display the images I wrote:
<img class="card-img-top" src="{{ asset('storage/images/' . $category->image) }}" alt="">
To create the folder public/storage
I used the command:
php artisan storage:link
I tried to delete and to recreate the folder but it still doesn't work
The path of images:
storage/app/public/images/
I'm so sorry for my english, I hope you understand the problem.