customer change
This commit is contained in:
@@ -268,7 +268,7 @@ class ManageCustomerController extends Controller
|
||||
public function manageCustomerRestaurants(Request $request, $id)
|
||||
{
|
||||
try {
|
||||
$redeemDetails = RedeemRestaurant::with('restaurant', 'customer')->where('iam_principal_xid', $id)->where('is_redeem', 1)->get();
|
||||
$redeemDetails = RedeemRestaurant::with('restaurant', 'customer')->where('iam_principal_xid', $id)->get();
|
||||
return view('Admin.pages.manage_users.manage_customer.customer_restaurants', compact('redeemDetails'));
|
||||
} catch (Exception $e) {
|
||||
Log::error("Error getting restaurant details: " . $e->getMessage());
|
||||
|
||||
Reference in New Issue
Block a user