added rebid and auto login while creating account
This commit is contained in:
@@ -309,6 +309,7 @@ class AlternativeInvestmentFundController extends Controller
|
||||
|
||||
public function ventureCapitalData($slug)
|
||||
{
|
||||
// dd(AlternativeInvestmentFund::where('slug', $slug)->first());
|
||||
try {
|
||||
return (new VentureCapitalFundResource(AlternativeInvestmentFund::where('slug', $slug)->first()))
|
||||
->response()
|
||||
|
||||
Reference in New Issue
Block a user