@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])
@endsection
@section('extra-head')
@parent
{!! Html::style(app()->environment('production') ? mix('css/voucher-finish.css') : asset('css/voucher-finish.css'), [], $isSSL) !!}
@endsection
@section('extra-scripts')
@parent
{!! Html::script('js/starrr.js') !!}
{!! Html::script('js/comments.js') !!}
@stop