{{ __('lang.dashboard') }}
@if (auth()->user()->hasRole('superadmin'))
{{ __('lang.admin') }}
@endif @if (auth()->user()->hasRole('superadmin'))
{{ __('lang.role') }}
@endif @if (auth()->user()->can('view employees'))
{{ __('lang.employees') }}
@endif @if (auth()->user()->can('view lightEffects'))
{{ __('lang.lightEffects') }}
@endif @if (auth()->user()->can('view pages'))
{{ __('lang.pages') }}
@endif @if (auth()->user()->can('view pages'))
{{ __('lang.about') }}
@endif @if (auth()->user()->can('view news'))
{{ __('lang.blogCategories') }}
@endif @if (auth()->user()->can('view news'))
{{ __('lang.news') }}
@endif @if (auth()->user()->can('view news'))
{{ __('lang.brands') }}
@endif @if (auth()->user()->can('view news'))
{{ __('lang.contact') }}
@endif @if (auth()->user()->can('view projects'))
{{ __('lang.projects') }}
@endif @if (auth()->user()->can('view careers'))
{{ __('lang.careers') }}
@endif @if (auth()->user()->can('view mainCategories'))
{{ __('lang.mainCategories') }}
@endif @if (auth()->user()->can('view categories'))
{{ __('lang.categories') }}
@endif @if (auth()->user()->can('view subCategories'))
{{ __('lang.subCategories') }}
@endif @if (auth()->user()->can('view products'))
{{ __('lang.products') }}
@endif @if (auth()->user()->can('view markets'))
{{ __('lang.markets') }}
@endif @if (auth()->user()->can('update settings'))
{{ __('lang.settings') }}
@endif @if (auth()->user()->can('view news'))
{{ __('lang.contact') }}
{{App\Models\Contact::where('seen',0)->count()}}
@endif