@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_list' => true]) {{-- content page --}}

@lang('restaurants_support.title_page')

{{-- section1 --}}

@lang('restaurants_support.texts_section1.p_one')

@include('shared.commons.form-support')
{{-- section2 --}}

@lang('restaurants_support.title_section2')

7264 Rue De Cordner. H8N 2W8. Montreal QC - Canada.
@lang('restaurants_support.address_cl')
@stop @section('extra-scripts') @parent {!! Html::script('js/form-support.js', [], (Request::secure())) !!} @stop