Bugs fixing

This commit is contained in:
meghamalore
2024-05-09 12:58:13 +05:30
parent 4a5728be42
commit d85bf5b842
21 changed files with 68 additions and 33 deletions

View File

@@ -127,6 +127,7 @@ class OverviewController extends Controller
}
$backId = $id;
$backTable = $table;
// dd($backTable);
return view('Admin.Pages.pre_owned_investment.interested-buyers', compact('interestedBuyers', 'data', 'backId', 'backTable'));
}