@extends('layouts.frontend') @section('css') @endsection @section('menu') @include('layouts.secondary-menu') @endsection @section('content')
{{ __('Contact Us') }}

{{ __('We are always here right by your side') }}

{{ __('Our Location') }}

{{ __('Visit us at our local office. We would love to get to know in person.') }}

409 Oliver Street, 59018, Bozeman, MT, USA

{{ __('Email Us') }}

{{ __('Drop us an email and you will receive a reply within a short time.') }}

{{ __('Call Us') }}

{{ __('Give us a call. Our Experts are ready to talk to you.') }}

@csrf
{{ __('Get in Touch with Us') }}

{{ __('Reach out to us at any time and we will be happy to assist you') }}

@error('name') {{ $message }} @enderror
@error('lastname') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@error('message')

{{ $errors->first('message') }}

@enderror
@endsection @section('curve')
@endsection @section('js') @if (config('services.google.recaptcha.enable') == 'on') @endif @endsection