I have a simple question, I am putting together some registers for the purpose of studying the laravel framework, with People, Chart of Accounts and etc.
I'm using Laravel's default authentication, and now I came across the following situation, people's records, and all postings of accounts payable and receivable that I registered for a respective user is visible to others as well .. I believe
I am using the Suppliers :: all (); etc method. What should I do to return only the Suppliers that have been registered by this respective user so that it is not visible by all