Commit 154cced3 authored by Pardeep Sahu's avatar Pardeep Sahu

test

parent 8d0a8ac4
Pipeline #2361 passed with stage
in 22 seconds
......@@ -7680,8 +7680,8 @@ class AdminController extends Controller
$firmsList = DB::table('firms')->get();
$brandList = DB::table('product_brands')->where('status', 1)->get();
$dealers = User::where('role', 2)
->where('status', 1)
->where('id', 238);
->where('status', 1);
// ->where('id', 238);
if (!empty(request()->firm)) {
$dealers = $dealers->where('firm_id', request()->firm);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment