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