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

Get in touch.

Have a question or want to work together? Fill out the form and our team will get back to you within 24 hours.

Email us

{{ app(\App\Services\SettingService::class)->getSetting('contact_email') }}

Visit us

{{ app(\App\Services\SettingService::class)->getSetting('address') }}

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@endsection