@include($sc_templatePath.'.common.css') @includeIf($sc_templatePath.'.common.render_block', ['positionBlock' => 'header']) @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') @section('breadcrumb') @include($sc_templatePath.'.common.breadcrumb') @show @include($sc_templatePath.'.common.notice') @show {{-- //Block top --}} {{-- Block main --}} @section('block_main')
@section('block_main_content') @if (empty($hiddenBlockLeft))
@section('block_main_content_left') @include($sc_templatePath.'.block_main_content_left') @show
@section('block_main_content_center') @include($sc_templatePath.'.block_main_content_center') @show
@else @section('block_main_content_center') @include($sc_templatePath.'.block_main_content_center') @show @endif @if (empty($hiddenBlockRight)) @section('block_main_content_right') @include($sc_templatePath.'.block_main_content_right') @show @endif @show
@show {{-- //Block main --}} @include($sc_templatePath.'.common.include_view') {{-- 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')