@extends('layouts.app') @section('content') @include('includes.inner_page_title', ['page_title'=>__('contact-us.contact_us')])
{{__('contact-us.address')}}
{{settings('email')}}
{{__('contact-us.phone_number')}}
{{settings('phone')}}
{{__('contact-us.Email')}}
{{settings('email')}}
{{__('contact-us.Fax')}}
(123) 345-6789 (456) 478-2589

{{__('contact-us.get_in_touch')}}

{{__('contact-us.we_have_completed_over_a_1000_projects')}}.

@include('flash::message')
{{ csrf_field() }}
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
{{__('contact-us.chat_to_us_online')}}

{{__('contact-us.chat_to_us_online_if_you_have_any_question')}}

{{__('contact-us.click_here_to_open_chat')}}
{{__('contact-us.call_us')}}

{{__('contact-us.our_support_agent_will')}}

(123) 345-6789
{{__('contact-us.read_our_latest_news')}}

{{__('contact-us.visit_our_blog_page')}}

{{__('contact-us.read_blog_post')}}
@endsection