Im new in laravel and wanted to redirect customers to specific page if this condition is valid but there is problem can you help me
if (Customer::where(('customer_id', 'LIKE', $request->customer_id)&&('package_id'==2))->exists()){
return view('index.customer.customerabout');