Composer View is not loading variable into view
So here is the solutions which might work for people in same sitatuin. First try these commands:
composer update
php artisan config:clear
php artisan cache:clear
composer dumpautoload
php artisan cache:clear
I tried a few of them than deleted bootstrap/cache/config
file and it worked.