Files

22 lines
664 B
PHP

<!DOCTYPE html>
<html lang="{{ $_seo['locale'] ?? app()->getLocale() }}"
data-base-url="{{ url('/') . '/' }}"
data-template="{{ $_layout['template'] }}"
prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
@include('vuexy-website-admin::layouts.base.header')
@include('vuexy-website-layout-simple-koneko::layouts.notus.partials.styles')
</head>
<body class="text-blueGray-700 antialiased">
@yield('header')
@yield('content')
@yield('footer')
@include('vuexy-website-layout-simple-koneko::layouts.notus.partials.scripts')
</body>
</html>