@extends('templates._single_left')
@section('html.head.title', showSnippet("contact_info", "title") . ' -')
@section('beforeMain')
@include('sections.banner', ['background' => '', 'space_class'=>'xlg-pt4 pt3 pb3'])
@include('atoms.heading_group', [
'title' => showSnippet("contact_info", "title"),
])
@include('sections.banner_CLOSE')
@endsection
@section('main')
@endsection
@section('sidebar')
@endsection
@section('afterMain')
@endsection