{{-- page.blade.php --}} @include('vuexy-website-layout-porto::partials.seo-head') @include('vuexy-website-layout-porto::partials.styles')
@includeIf("vuexy-website-layout-porto::components.{$_layout['template_variant']}.header")
@yield('content')
@includeIf("vuexy-website-layout-porto::components.{$_layout['template_variant']}.footer")
@include('vuexy-website-layout-porto::partials.scripts')