Laravel – Passing shared props through HandleInertiaRequests, cannot print the props in the vue file
have developed a laravel intertia vue project to create dashbaord using th following method: composer require laraveldaily/larastarters --dev php artisan larastarters:install Selected option 1, Laravel Breeze & Inertia (Tailwind) Now I pass a shared variable sharedata in HandleInertiaRequests and pass…