mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
8 lines
362 B
PHP
8 lines
362 B
PHP
@include('parts.tabs', [
|
|
'items' => [
|
|
route('admin.statistics.show', ['type' => 'accounts']) => __('Accounts'),
|
|
route('admin.statistics.show', ['type' => 'calls']) => __('Calls'),
|
|
route('admin.statistics.show_call_logs') => __('Calls logs'),
|
|
route('admin.statistics.show', ['type' => 'messages']) => __('Messages'),
|
|
],
|
|
])
|