{{-- resources/views/themes/general/sections/contact.blade.php --}} @php $sectionTitle = $section->title ?? 'Get in Touch'; $description = $section->content['description'] ?? "We're excited to hear about your project. Contact us for a consultation or to discuss how we can help."; $buttonText = $section->content['button_text'] ?? 'Contact Us'; $contactPageSlug = $section->content['contact_page_slug'] ?? 'contact'; @endphp

{{ $sectionTitle }}

{{ $description }}

{{ $buttonText }}