diff --git a/flexiapi/resources/views/account/dashboard.blade.php b/flexiapi/resources/views/account/dashboard.blade.php index 09f70ef..76147d1 100644 --- a/flexiapi/resources/views/account/dashboard.blade.php +++ b/flexiapi/resources/views/account/dashboard.blade.php @@ -7,6 +7,15 @@

{{ __('Welcome on :app_name' , ['app_name' => space()->name]) }}

+ +

+ + {{ __('Telephony') }} + + {{ __('Edit') }} + +

+

@if (!empty($account->email)) diff --git a/flexiapi/resources/views/parts/sidebar.blade.php b/flexiapi/resources/views/parts/sidebar.blade.php index 826829b..b541b7b 100644 --- a/flexiapi/resources/views/parts/sidebar.blade.php +++ b/flexiapi/resources/views/parts/sidebar.blade.php @@ -14,16 +14,4 @@ $items['admin.api_keys.index'] = ['title' => __('Settings'), 'icon' => 'gear']; } @endphp - -@include('parts.sidebar_items', ['items' => $items]) - -@if (auth()->user()) -


- @php - $items = []; - $items['account.telephony'] = ['title' => __('Telephony'), 'icon' => 'phone']; - @endphp - - @include('parts.sidebar_items', ['items' => $items]) -@endif \ No newline at end of file