Вход Регистрация
Файл: resources/views/layout_simple.blade.php
Строк: 24
<?php
<!DOCTYPE html>
<
html lang="{{ app()->getLocale() }}" data-bs-theme="{{ request()->cookie('theme') ?? 'light' }}">
<
head>
    <
meta charset="utf-8">
    <
meta name="description" content="@yield('description', setting('description'))">
    <
meta http-equiv="X-UA-Compatible" content="IE=edge">
    <
meta name="viewport" content="width=device-width, initial-scale=1">
    <
title>@yield('title') - {{ setting('title') }}</title>
    @
vite('resources/themes/vendor.scss')
    @
vite('resources/themes/default/js/app.js')
    @
stack('styles')
</
head>
<
body>
    <
div class="container-fluid">
        <
div class="container mt-3 px-0">
            @include(
'app/_flash')
        </
div>
        @yield(
'content')
    </
div>
    @
stack('scripts')
</
body>
</
html>
?>
Онлайн: 0
Реклама