@yield('header')
{{ Site::contact()->contact_phone ?? '-' }}
{{ __('Homepage') }}
{{ __('Products') }}
@foreach (Site::mainCategories() as $item)
{{ $item->content->name ?? translate('category') }}
@endforeach
{{ __('E-Catalog') }}
{{ __('Blog') }}
{{ __('About Us') }}
{{ __('Contact') }}
@yield('content')
Cancel