@extends('frontend.layouts.app') @section('title', 'Contact Us') @section('content')

Contact Us

Have a question or need assistance? We'd love to hear from you. Send us a message and we'll respond as soon as possible.

Send us a Message

@if(session('success'))

{{ session('success') }}

@endif @if($errors->any())

There were some errors with your submission:

    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @include('frontend.partials.contact-spam-fields')

Get in Touch

Email

info@company.com

Phone

+1 (555) 123-4567

Address

123 Business Street
Suite 100
City, State 12345

Business Hours

Monday - Friday 9:00 AM - 6:00 PM
Saturday 10:00 AM - 4:00 PM
Sunday Closed

Have Questions?

Check out our frequently asked questions to see if we've already answered your query.

View FAQ

Find Us

Visit our office or get directions

Interactive map will be displayed here

You can integrate Google Maps or any other mapping service

@endsection