How to access attributes of a selected record, without duplicate queries?
Hi, I want to display additional information of the selected company using Placeholders. But each time I use
In the example above, 2 duplicate queries are created.
Thank you!
Company::find($get('company_id')) an additonal query will be fired. How can I prevent this?In the example above, 2 duplicate queries are created.
Thank you!