Add (article): ai gen, front views
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
@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>
|
||||
@include('googletagmanager::body')
|
||||
<div id="app">
|
||||
@include('front.layouts.partials.nav')
|
||||
<main>
|
||||
@yield('content')
|
||||
</main>
|
||||
@include('front.layouts.partials.footer')
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user