@include('theme.head.head-01') @include('theme.header.'.$default_header->slug) @foreach($sections as $section) @include('sections.'.$section->slug) @endforeach @include('theme.footer.'.$default_footer->slug) @include('theme.js.js_01')