Add (categories)

This commit is contained in:
2023-09-21 23:09:15 +08:00
parent c5410fd713
commit d8ed8bdb1d
32 changed files with 3052 additions and 153 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html class="" lang="en">
@include('front.layouts.partials.head')
<body>
@include('googletagmanager::body')
<div id="app">
@include('front.layouts.partials.nav')
<main>
@yield('content')
</main>
@include('front.layouts.partials.footer')
</div>
</body>
</html>