{{ config('app.name') }}
{{ __('Categories') }}
@foreach(config('categories.category_parents', []) as $category) {{ $category->name }} @endforeach
@if(config('app.blog.enabled')) {{ __('Blog') }} @endif @if(!auth_is_admin()) {{ __('Collection') }} @endif @if(config('app.subscriptions.enabled')) {{ __('Pricing') }} @endif @auth
({{ count(config('notifications', [])) }})
@if(config('notifications'))
@foreach(config('notifications') as $notif)
for == 0 ? 'covers' : 'avatars')."/{$notif->image}") }})">

{!! __($notif->text, ['product_name' => "{$notif->name}"]) !!}

{{ \Carbon\Carbon::parse($notif->updated_at)->diffForHumans() }}
@endforeach
@else
{{ __('You have 0 new notifications') }}
@endif @auth {{ __('View all') }} @endauth
@endauth @guest {{ __('Account') }} @endguest
(@{{ cartItems }})
@{{ product.name }}
@{{ price(product.price, true) }}
{{ __('Checkout') }}
{{ __('Your cart is empty') }}
@auth
user()->avatar, 'default.jpg')) }}" class="ui avatar image mx-0">
@if(auth_is_admin()) {{ __('Administration') }} {{ __('Profile') }} {{ __('Transactions') }}
{{ __('Settings') }}
{{ __('General') }} {{ __('Search engines') }} {{ __('Payments') }} {{ __('Social Login') }} {{ __('Mailer') }} {{ __('Files host') }} {{ __('Ads') }}
{{ __('Products') }}
{{ __('List') }} {{ __('Create') }}
{{ __('Pages') }}
{{ __('List') }} {{ __('Create') }}
{{ __('Posts') }}
{{ __('List') }} {{ __('Create') }}
{{ __('Categories') }}
{{ __('List') }} {{ __('Create') }}
{{ __('Faq') }}
{{ __('List') }} {{ __('Create') }}
{{ __('Support') }} @else {{ __('Profile') }} {{ __('Collection') }} {{ __('Notifications') }} {{ __('Subscriptions') }} {{ __('Purchases') }} {{ __('Invoices') }} @endif
{{ __('Sign out') }}
@endauth
{{ __('Home') }} {{ __('Categories') }} @if(config('app.subscriptions.enabled')) {{ __('Pricing') }} @endif @if(config('app.blog.enabled')) {{ __('Blog') }} @endif {{ __('Collection') }} {{ __('Pages') }} @guest {{ __('Account') }} @endguest @auth @if(auth_is_admin()) {{ __('Profile') }} {{ __('Dashboard') }} @else {{ __('Profile') }} {{ __('Purchases') }} @endif @endauth {{ __('Privacy policy') }} {{ __('Terms and conditions') }} {{ __('Support') }} {{ __('Language') }}
{{ __('Back') }}
@{{ category.name }}
@{{ subcategory.name }}
@{{ page['name'] }}
@foreach(\LaravelLocalization::getSupportedLocales() as $locale_code => $supported_locale) {{ $supported_locale['native'] ?? '' }} @endforeach
{{ __('Home') }}
{{ __('Categories') }}
@foreach(config('categories.category_parents', []) as $category) {{ $category->name }} @endforeach
{{ __('Notifications') }}
(@{{ cartItems }})
{{ __('Cart') }}
@if(auth_is_admin()) @else @endif
{{ auth_is_admin() ? __('Dashboard') : __('Account') }}