@if(isset($post) && $post->meta_keywords)
@endif
@yield('style')
@lang('Navigate to')
@lang('Home')
@lang('Categories')
@foreach($categories as $category)
{{ $category->title }}
@endforeach
@lang('Pages')
@foreach($pages as $page)
@lang($page->title)
@endforeach
@lang('Contact')
@guest @request('register')
@lang('Register')
@endrequest
@lang('Login')
@request('forgot-password')
@lang('Password')
@endrequest @request('reset-password/*')
@lang('Password')
@endrequest @else @if(auth()->user()->role != 'user')
@lang('Administration')
@endif
{{ auth()->user()->name }}
@csrf
@lang('Logout')
@lang('Profile')
@endguest
@lang('Close')
@lang('Menu')
@lang('Search for:')
@lang('Close')
@yield('hero')
@yield('main')
@if (session('status'))
×
{{ session('status') }}
@endif @yield('scripts')