with([ 'products' => PaypalProduct::where('disabled' , '=' , false)->orderBy('price' , 'asc')->get(), 'isPaypalSetup' => $isPaypalSetup ]); } }