{{ __('Main page') }}
@if (getActiveProfile() && method_exists(getActiveProfile(), 'accounts') && getActiveProfile()->accounts()->notRemoved()->count() > 0)
@if (getActiveProfile()->accounts()->active()->count() > 0)
@if (canActiveProfileCreatePayments())
{{ __('Pay') }}
@else
{{ __('Pay') }}
@endif
@endif
{{ __('Transactions') }}
{{ __('Reports') }}
{{ __('Contacts') }}
{{ __('Calls') }}
@endif
@usercan('manage posts')
@profile('admin')
{{ __('Posts') }}
@endprofile
@endusercan
@usercan('manage categories')
@profile('admin')
{{ __('Categories') }}
@endprofile
@endusercan
@usercan('manage tags')
@profile('admin')
{{ __('Tags') }}
@endprofile
@endusercan
@usercan('manage profiles')
@profile('admin')
{{ __('Profiles') }}
@endprofile
@endusercan
@profile('admin')
{{ __('Calls') }}
@endprofile
@usercan('manage mailings')
@profile('admin')
{{ __('Mailings') }}
@endprofile
@endusercan
{{ __('Messenger') }}
@livewire('main-search-bar')
@if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
@endif
@if (auth()->guard('web')->user()?->hasOtherProfiles())
@else
{{ Auth::user()->name }}
@endif
@if (session('activeProfileType') !== 'App\Models\Admin')
{{ __('Account info') }}
@endif
@if (session('activeProfileType') !== 'App\Models\Admin')
{{ __('Edit profile') }}
{{ __('Show profile') }}
@else
{{ __('Edit profile') }}
{{-- Disabled link --}}
{{ __('Show profile') }}
@endif
{{ __('Settings') }}
@if (Laravel\Jetstream\Jetstream::hasApiFeatures())
{{ __('API Tokens') }}
@endif
{{-- --}}
@endauth