mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-02-07 13:58:24 +00:00
8 lines
359 B
PHP
8 lines
359 B
PHP
@include('parts.tabs', [
|
|
'items' => [
|
|
route('admin.statistics.show', ['type' => 'accounts']) => __('Users'),
|
|
route('admin.statistics.show', ['type' => 'calls']) => __('Calls'),
|
|
route('admin.statistics.show_call_logs') => __('Calls logs'),
|
|
route('admin.statistics.show', ['type' => 'messages']) => __('Messages'),
|
|
],
|
|
])
|