fixing changes

This commit is contained in:
Ritikesh yadav
2024-05-15 14:39:18 +05:30
parent 8d37310166
commit fe8d7cf7f7
11 changed files with 35 additions and 14 deletions

View File

@@ -326,6 +326,7 @@ class OverviewController extends Controller
} elseif ($table == 3) {
$data = MarketplaceOtherProductsSeller::with('seller')->where('id', $id)->firstOrFail();
}
// dd($data);
return view('Admin.Pages.pre_owned_investment.pending_investment_view', compact('data', 'table'));
}