feat(admin-dashboard): recent platform orders show merchant and plan meta
This commit is contained in:
@@ -192,6 +192,7 @@ class DashboardController extends Controller
|
||||
}
|
||||
|
||||
$recentPlatformOrders = PlatformOrder::query()
|
||||
->with(['merchant', 'plan'])
|
||||
->orderByDesc('id')
|
||||
->limit(5)
|
||||
->get();
|
||||
|
||||
Reference in New Issue
Block a user