@include('theme::layouts.includes.styles')
@include('theme::layouts.includes.header')
@auth @if(!auth()->user()->hasVerifiedEmail())

{{__('Verify Your Email Address')}}

@include('theme::auth.verify-body')
@endif @endauth
@if($showSidebar) @if ($type === 'account') @else @include('theme::layouts.sidebar') @endif @endif @yield('theme::content') @if($showSidebar) @include('theme::layouts.right-sidebar') @endif
@include('theme::layouts.footer')
@if(request()->routeIs('index')) @endif @include('theme::layouts.includes.scripts')