@extends('themes.default.layout.master') @section('content')

{{\TransLibrary::languageTrans("contact_header_title")}}

@if($contactInfo!==null)
{!! $contactInfo->map !!}
@endif
{{\TransLibrary::languageTrans("contact_info_header_title")}}
@if($contactInfo!==null) {!! $contactInfo->contact_info !!} @endif @if(!empty(\UiLibrary::generalSettingList("social_facebook_url"))) @endif @if(!empty(\UiLibrary::generalSettingList("social_twitter_url"))) @endif @if(!empty(\UiLibrary::generalSettingList("social_instagram_url"))) @endif @if(!empty(\UiLibrary::generalSettingList("social_youtube_url"))) @endif @if(!empty(\UiLibrary::generalSettingList("social_linkedin_url"))) @endif

{{\TransLibrary::languageTrans("contact_form_header_title")}}

{{\TransLibrary::languageTrans("contact_form_description")}}

@endsection @section('ui.javascript')