mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-18 05:08:27 +00:00
11 lines
No EOL
621 B
PHP
11 lines
No EOL
621 B
PHP
@include('parts.tabs', [
|
|
'items' => [
|
|
route('admin.account.edit', $account->id) => __('Information'),
|
|
route('admin.account.external.show', $account->id) => __('External Account'),
|
|
route('admin.account.statistics.show_call_logs', $account->id) => __('Calls logs'),
|
|
route('admin.account.device.index', $account->id) => __('Devices'),
|
|
route('admin.account.statistics.show', $account->id) => __('Statistics'),
|
|
route('admin.account.activity.index', $account->id) => __('Activity'),
|
|
route('admin.account.dictionary.index', $account->id) => __('Dictionary'),
|
|
],
|
|
]) |