@if (sc_store('active') == '0') @include($sc_templatePath . '.maintenance') @else {{$title??sc_store('title')}} @include($sc_templatePath.'.common.css') @isset ($sc_blocksContent['meta']) @foreach ( $sc_blocksContent['meta'] as $layout) @php $arrPage = explode(',', $layout->page) @endphp @if ($layout->page == '*' || (isset($layout_page) && in_array($layout_page, $arrPage))) @if ($layout->type =='html') {!! $layout->text !!} @endif @endif @endforeach @endisset @stack('styles')
You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today.
{{-- Block header --}} @section('block_header') @include($sc_templatePath.'.block_header') @show {{--// Block header --}} {{-- Block top --}} @section('block_top') @include($sc_templatePath.'.block_top') @show {{-- //Block top --}} {{-- Block main --}} @section('block_main')
@section('block_main_content') @include($sc_templatePath.'.block_main_content_left') @include($sc_templatePath.'.block_main_content_center') @include($sc_templatePath.'.block_main_content_right') @show
@show {{-- //Block main --}} @yield('news') {{-- Block bottom --}} @section('block_bottom') @include($sc_templatePath.'.block_bottom') @show {{-- //Block bottom --}} {{-- Block footer --}} @section('block_footer') @include($sc_templatePath.'.block_footer') @show {{-- //Block footer --}}
@include($sc_templatePath.'.common.js') @stack('scripts') @endif