I need help on Laravel v8. I'm trying to have a page to view owners manual and I want only logged in users with assigned owners manual ids can view the page. So far, I have created owners_manual table and added owners_manual_id for user table. On the backend user edit page, I add multiple owners manuals for this user so that when he click on the link to view one of these owners manual, he will be able to view it if he's logged in. It working out fine on the backend but how do I construct the frontend view? Please help me out, I'm stuck at this point... I want to create a frontend page to view owners manual but I don't know how...