Skip to content
Advertisement

Cannot passing data to views

I’m using laravel 8 to make pass data to views pages.

Unfortunately i have error saying ‘ Target class [PagesController] does not exist’ on my browser

So here’s my PagesController.php

JavaScript

Web.php

JavaScript

index.blade.php

JavaScript

i want to pass the variable $title to index.blade.php but have error. Tried so many times but didn’t work

Advertisement

Answer

PageController.php

JavaScript

index.blade.php

JavaScript

for web.php

JavaScript

enter image description here

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement