mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-31 01:49:21 +00:00
8 lines
345 B
PHP
8 lines
345 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') => 'Call Logs',
|
|
route('admin.statistics.show', ['type' => 'messages']) => 'Messages',
|
|
],
|
|
])
|