laravel 11 React Breeze return null and return data at same time
when i log as admin i got data from data base when i log as tenant the data is null.
i create table where user can click name and go to show page to show the profile of other user but my problem is when i click the name as admin i got some data when i log as tenent i got null value,
i try to dd() the the user form userController show but the connection in admin has value when i log as tenant the connection is null pls help me thank you. I’m beginner in laravel 11