first commit

This commit is contained in:
2025-05-30 03:09:08 -06:00
parent 99d54737de
commit 1932509066
6221 changed files with 298434 additions and 212 deletions

View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="{{ session()->get('locale') ?? app()->getLocale() }}"
data-base-url="{{ url('/') . '/' }}"
data-template="{{ $_layout['template'] }}"
prefix="og: http://ogp.me/ns#">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no">
@include('vuexy-website-admin::layouts.base.header')
@include('vuexy-website-layout-porto::layouts.porto.partials.styles')
</head>
<body data-plugin-page-transition>
<div class="body">
@yield('header')
<div role="main" class="main">
@yield('content')
</div>
@yield('footer')
</div>
@include('vuexy-website-layout-porto::layouts.porto.partials.scripts')
</body>
</html>