mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-18 13:18:27 +00:00
8 lines
No EOL
356 B
PHP
8 lines
No EOL
356 B
PHP
@include('parts.tabs', [
|
|
'items' => [
|
|
route('admin.account.edit', $account->id) => 'Information',
|
|
route('admin.account.statistics.show_call_logs', $account->id) => 'Call Logs',
|
|
route('admin.account.device.index', $account->id) => 'Devices',
|
|
route('admin.account.statistics.show', $account->id) => 'Statistics',
|
|
],
|
|
]) |