FFilament•Created by Manish on 5/7/2024 in #❓┊help Show relationship data from multiple relations
Table structures are as:
products: id, name
orders: id, customer_id
order_product: order_id, product_id, quantity
dispatches: id, order_id
order_dispatch_product: dispatch_id, order_id, product_id, dispatched_quantity