Good morning.
I'm a beginner in the PHP Laravel framework and I have the following difficulty:
I write my html inside my .blade.php file and call it in a view on Route but the information I've updated in the code is not appearing in the browser, the page stays static without updating the new information even giving CTRL + F5, but if I take the extension .blade.php and leave only .php the information appears. I read several pages on the internet and several gave the solution of setting the 777 permission on the / storage folder inside my ubuntu server that is running apache2. Has anyone encountered this error recently and managed to give a solution to it?
Thank you.