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