added rebid and auto login while creating account

This commit is contained in:
Ritikesh yadav
2024-05-13 14:00:37 +05:30
parent 12fe516f67
commit aa8575e7ce
7 changed files with 15 additions and 8 deletions

View File

@@ -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()