mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-17 11:48:28 +00:00
10 lines
No EOL
510 B
PHP
10 lines
No EOL
510 B
PHP
@include('parts.tabs', [
|
|
'items' => [
|
|
route('admin.account.show', $account) => __('Information'),
|
|
route('admin.account.telephony.show', $account) => __('Telephony'),
|
|
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'),
|
|
],
|
|
]) |