refactor(dashboard): reuse billingEntryLinks for KPI links
This commit is contained in:
@@ -105,9 +105,9 @@
|
||||
@php
|
||||
$kpiLinks = [
|
||||
'merchants' => \App\Support\BackUrl::withBack('/admin/merchants', $selfWithoutBack),
|
||||
'plans' => \App\Support\BackUrl::withBack('/admin/plans', $selfWithoutBack),
|
||||
'site_subscriptions' => \App\Support\BackUrl::withBack('/admin/site-subscriptions', $selfWithoutBack),
|
||||
'platform_orders' => \App\Support\BackUrl::withBack('/admin/platform-orders', $selfWithoutBack),
|
||||
'plans' => $billingEntryLinks['plans'],
|
||||
'site_subscriptions' => $billingEntryLinks['site_subscriptions'],
|
||||
'platform_orders' => $billingEntryLinks['platform_orders'],
|
||||
];
|
||||
@endphp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user