@extends('frontend.layout') @section('title', 'Contact Us — ' . config('app.name')) @php $c = $content ?? []; $supportEmail = \App\Models\SystemSetting::get('support_email', 'support@example.com'); @endphp @section('content')
{{-- Ambient Background --}}
{{-- Left Side: Info --}}
24/7 Support Available

Let's start a
{{ __("Conversation.") }}

{{ $c['subtitle'] }}

{{ $c['support_email_label'] }}

{{ $supportEmail }}

Avg. Response

{{ $c['response_time'] }}

{{ $c['support_channels'] ?? '' }}

{{-- Right Side: Contact Form --}}

{{ __("Message Sent!") }}

We'll get back to you as soon as possible.

@endsection