{{ __('lang.dashboard') }}
@if (auth()->user()->hasRole('superadmin'))
{{ __('lang.roles') }}
{{ __('lang.admins') }}
@endif @if (auth()->user()->can('view clients'))
{{ __('lang.clients') }}
@endif @if (auth()->user()->can('view Intro'))
{{ __('lang.intro') }}
@endif @if (auth()->user()->can('view sliders'))
{{ __('lang.sliders') }}
@endif @if (auth()->user()->can('view category'))
{{ __('lang.category') }}
@endif @if (auth()->user()->can('view features'))
{{ __('lang.features') }}
@endif @if (auth()->user()->can('view agency'))
{{ __('lang.agencies') }}
@endif @if (auth()->user()->can('view auctions'))
{{ __('lang.auctions') }}
@endif @if (auth()->user()->can('view articles'))
{{ __('lang.articles') }}
@endif @if (auth()->user()->can('view howWeWork'))
{{ __('lang.howeWeWorks') }}
@endif @if (auth()->user()->can('view messages'))
{{ __('lang.messages') }} {{ $setting->messages }}
@endif @if (auth()->user()->can('view notifications'))
{{ __('lang.notifications') }}
@endif @if (auth()->user()->can('view countries'))
{{ __('lang.countries') }}
@endif @if (auth()->user()->can('view cities'))
{{ __('lang.cities') }}
@endif @if (auth()->user()->can('view areas'))
{{ __('lang.areas') }}
@endif @if (auth()->user()->can('view pages'))
{{ __('lang.pages') }}
@endif @if (auth()->user()->can('view settings'))
{{ __('lang.settings') }}
@endif