@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) @if ($section->is_active) @includeIf('shared.sections.coupons_section' . $section->id, ['data' => $section]) @endif @endforeach @endif @stop @section('extra-head') @parent {{-- Html::style('css/coupons.css', [], $isSSL) --}} {!! Html::style(app()->environment('production') ? mix('css/coupons.css') : asset('css/coupons.css'), [], $isSSL) !!} @endsection