USER table, fields id, name
ACCOUNT table, fields, id,name,account
ORDER table, fields, id,uid,aid,content
How to use related query in laravel with 3 tables
Query the detailed information of the order in the order table through the user id in the user table, and then query the account information of the account account through the aid in the order
Result