How to show panel navigation only to certain users?
i want to show only the navigation to the user with id 1
im trying this:
but
im trying this:
but
auth()->id() is always null, despite being logged in or notSolution
create a middleware:
YourMiddleware.php
php artisan make:middleware YourMiddlewareYourMiddleware.php


