@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')

@lang('app.contact_with_us')

@lang('app.our_office')
{{ get_text_tpl(get_option('footer_company_name')) }} @if(get_option('footer_address'))
{!! get_option('footer_address') !!} @endif @if(get_option('site_phone_number'))
{!! get_option('site_phone_number') !!} @endif
@if(get_option('site_email_address'))
@lang('app.email')
{{ get_option('site_email_address') }}
@endif
@csrf
{!! $errors->has('name')? '

'.$errors->first('name').'

':'' !!}
{!! $errors->has('email')? '

'.$errors->first('email').'

':'' !!}
{!! $errors->has('message')? '

'.$errors->first('message').'

':'' !!}
{!! get_option('google_map_embedded_code') !!}
@endsection @section('page-js')