{{-- Page Header --}} {{-- Intro --}}
{{ __("Let's Get Started") }}

{{ __('Reach out to us using the options below:') }}

{{ __('Whether you have a question about our services, need advice on tax planning, or want to schedule a consultation, our team of experienced professionals is ready to assist you.') }}

{{ __('Office Address') }}

{{ config('site.contact.address', '123 Financial Avenue, Suite 456,') }}

{{ config('site.contact.city', 'Cityville, State, 12345') }}

@if(config('site.contact.map_url'))

{{ __('Get Directions') }}

@endif
{{ __('E-mail') }}

{{ __('General Inquiries:') }}

{{ config('site.contact.email') }}

@if(config('site.contact.support_email'))

{{ __('Client Support:') }}

{{ config('site.contact.support_email') }}

@endif
{{ __('Phone') }}

{{ __('Main Office:') }} {{ config('site.contact.phone') }}

@if(config('site.contact.sales_phone'))

{{ __('Sales:') }} {{ config('site.contact.sales_phone') }}

@endif @if(config('site.contact.support_phone'))

{{ __('Client Support:') }} {{ config('site.contact.support_phone') }}

@endif
{{ __('Business Hours') }}

{{ config('site.contact.schedule', 'Monday to Friday: 9:00 AM - 6:00 PM') }}

@if(config('site.contact.saturday_hours'))

{{ config('site.contact.saturday_hours', 'Saturday: 10:00 AM - 2:00 PM') }}

@endif @if(config('site.contact.sunday_hours'))

{{ config('site.contact.sunday_hours', 'Sunday: Closed') }}

@endif

{{ __('24/7 Availability - Round-the-clock support for all your accounting needs, anytime.') }}

{{-- Google Maps --}} @if(config('site.contact.map_url') || config('site.contact.latitude'))
@endif {{-- Contact Form --}}
{{ __('Contact Form') }}

{{ __('Get in Touch with Our Team') }}

@csrf
{{ __('Success!') }} {{ __('Your message has been sent to us.') }}
{{ __('Error!') }} {{ __('There was an error sending your message.') }}

{{ config('site.footer.years_experience', '30+') }}

{{ __('Years of Experience') }}

@for($i = 0; $i < 5; $i++) @endfor

{{ __('Join Us') }} | {{ __('1000+ clients globally!') }}
{{ __('Quick Reply') }}

{{ __('Usually in 24 hours in working days.') }}

{{-- Explore Further --}}
{{ __('Explore Further:') }}
@if(is_module_active('projects')) @endif