Prevent access to videos for unpaid users in Laravel
I want to prevent access to a playlist of videos for people who don’t pay and show it just to authenticated and paid users. I don’t know how I can get access to videos in private storage without making them public, I’ve tried some code but it didn’t work. here’s my code :