I have problem, recently i moved to ubuntu from windows and I had none issues so i was shocked that application doesn't show images in admin panel and in front-side
So what i have:
Admin panel: admin panel
Front-side : front-side 1, front-side 2
I use{{ asset('storage/' . setting('site.logo')) }}
I changed App_Url to http://127.0.0.1:8000
I've tried to update pictures but nothing and I've tried to change {{ asset('storage/' . setting('site.logo')) }} to storage/{{setting('site.logo')}}
What should i do?