@if (sc_store('active') == '0')
@include($sc_templatePath . '.maintenance')
@else
{{-- 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 --}}