mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-18 13:18:27 +00:00
9 lines
No EOL
434 B
PHP
9 lines
No EOL
434 B
PHP
@include('parts.tabs', [
|
|
'items' => [
|
|
route('admin.account.show', $account) => __('Information'),
|
|
route('admin.account.contact.index', $account) => __('Contacts'),
|
|
route('admin.account.statistics.show_call_logs', $account) => __('Calls logs'),
|
|
route('admin.account.statistics.show', $account) => __('Statistics'),
|
|
route('admin.account.activity.index', $account) => __('Activity'),
|
|
],
|
|
]) |