@extends('layouts.' . $template_name) @section('own-content') {{-- se incluye el contenedor sidebar y subheader --}} @include('shared.commons.container-sidebar-subheader', ['windows_side' => true, 'page_subheader' => true]) @if(isset($page_config) && array_key_exists('seccion', $page_config)) @foreach ($page_config->seccion as $section) {{ json_encode($section) }} @if ($section->is_active) @includeIf('shared.sections.pageview_section', ['data' => $section]) @endif @endforeach @endif {{-- @includeIf('shared.sections.pageview_section', ['data' => []]) ./ --}} @stop {{-- @section('extra-head') @parent {!! Html::style(app()->environment('production') ? mix('css/pageview.css') : asset('css/pageview.css'), [], $isSSL) !!} @endsection --}}