first commit
This commit is contained in:
21
resources/views/layouts/porto/page.blade.php
Normal file
21
resources/views/layouts/porto/page.blade.php
Normal file
@ -0,0 +1,21 @@
|
||||
{{-- page.blade.php --}}
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ app()->getLocale() }}">
|
||||
<head>
|
||||
@include('vuexy-website-layout-porto::partials.seo-head')
|
||||
@include('vuexy-website-layout-porto::partials.styles')
|
||||
</head>
|
||||
<body>
|
||||
<div class="body">
|
||||
@includeIf("vuexy-website-layout-porto::components.{$_layout['template_variant']}.header")
|
||||
|
||||
<main class="main">
|
||||
@yield('content')
|
||||
</main>
|
||||
|
||||
@includeIf("vuexy-website-layout-porto::components.{$_layout['template_variant']}.footer")
|
||||
</div>
|
||||
|
||||
@include('vuexy-website-layout-porto::partials.scripts')
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user