fix changes
This commit is contained in:
@@ -114,7 +114,7 @@ class OverviewController extends Controller
|
||||
|
||||
public function interestedBuyers($id, $table)
|
||||
{
|
||||
$interestedBuyers = MarketplaceBuyerForm::where(['associated_id' => $id, 'table' => $table])->get();
|
||||
$interestedBuyers = MarketplaceBuyerForm::where(['associated_id' => $id, 'table' => $table])->orderBy('updated_at','DESC')->get();
|
||||
|
||||
if ($table == 'marketplace_fre_sellers') {
|
||||
$data = MarketplaceFractionalRealEstateSeller::with('seller')->where('id', $id)->firstOrFail();
|
||||
|
||||
Reference in New Issue
Block a user