bugs fixes
This commit is contained in:
@@ -55,7 +55,7 @@ class VentureCapitalFundController extends Controller
|
||||
]);
|
||||
$category_type = $request->category_id;
|
||||
$category = Category::find($request->category_id);
|
||||
// dd('hello');
|
||||
// dd($category);
|
||||
Excel::import(new AlternativeInvestmentFundImport($category_type), $request->file('productFile'));
|
||||
// return back()->with('success', "$category->category_name Imported Successfully.");
|
||||
return redirect()->route('manage.products')->with('success', "$category->category_name Imported Successfully.");
|
||||
|
||||
@@ -204,6 +204,7 @@ class AlternativeInvestmentFundController extends Controller
|
||||
public function privateEquityFundProduct($slug)
|
||||
{
|
||||
$privateEquityFund = $this->privateEquityData($slug)->getData()->data;
|
||||
// dd($privateEquityFund);
|
||||
$otherPEF = AlternativeInvestmentFund::query()
|
||||
->join('products', 'alternative_investment_funds.products_id', 'products.id')
|
||||
->join('companies', 'alternative_investment_funds.companies_id', 'companies.id')
|
||||
|
||||
Reference in New Issue
Block a user