@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]) {{-- sections test --}} @include('shared.sections.flyer_section1') {{-- ./ --}} @stop @section('extra-head') @parent {{-- Html::style('css/flyer.css', [], $isSSL) --}} {!! Html::style(app()->environment('production') ? mix('css/flyer.css') : asset('css/flyer.css'), [], $isSSL) !!} @endsection @section('extra-scripts') @parent {!! Html::script('js/flyer.js', [], Request::secure()) !!} @endsection