mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
large commit
This commit is contained in:
@@ -77,6 +77,7 @@ class OrderController extends Controller
|
||||
$warehouse = OrderWarehouse::where('order_id', $orderId)->firstOrFail();
|
||||
$warehouseAddress = AddressBook::where('type', 2)->where('reference_id', $warehouse->id)->firstOrFail();
|
||||
$warehouseContact = Contact::where('type', 2)->where('reference_id', $warehouse->id)->get();
|
||||
dd($warehouseContact);
|
||||
$data = [
|
||||
'order' => $order,
|
||||
'company' => Company::findOrFail($order->company_id),
|
||||
|
||||
Reference in New Issue
Block a user