@if ($showFullPage)
@include('front.partials.header')
@if(\App\Models\Module\ModuleSetting::query()->where('key','cheat-bot')->first()->value === "true")
@endif
@endif
@yield('content')
@if ($showFullPage)
@include('front.partials.footer')
@if($showCookiePolicy)
@include('front.partials.cookiePolicy')
@endif
@endif
@include('front.partials.scripts')