@extends('layouts.default') @section('title', 'Contact') @section('content')
@if(Auth::check()) @if(Auth::user()->isSuperAdmin() || Auth::user()->isTenant() || Auth::user()->isAdmin())
@endif @endif

{{$contact_content->hero_section_title ?? 'Get In Touch'}}

{{$contact_content->hero_section_p ?? 'Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet.'}}

Send us a message

@csrf
@if(Auth::check()) @if(Auth::user()->isSuperAdmin() || Auth::user()->isTenant() || Auth::user()->isAdmin())
@endif @endif

Contact Information

{{$contact_content->address ?? '4517 Washington Ave. Manchester, Kentucky 39495'}}

{{$contact_content->phone ?? '070 000 0000'}}

{{$contact_content->email ?? 'example@mail.com'}}

@if(Auth::check()) @if(Auth::user()->isSuperAdmin() || Auth::user()->isTenant() || Auth::user()->isAdmin())
@endif @endif
@include('elements.contact-hero') @include('elements.contact-info') @include('elements.social') @endsection