How to resolve $ user variable in blade view page in Laravel?
I have this support.blade.php page in the views folder and I am using Laravel.
I cannot highlight $user->id
or $user[id]
on this page and I am getting undefined variable. This can be repeated on other pages like ticket.blade.php, but it doesn't work on that particular page.
How can I fix this?
+3
source to share
3 answers