@extends('layouts.public') @section('content') @php /** * Contact page. * * Left column : actionable contact details (mailto/tel), support hours, * average-response note, quick links (Help / Partner) and a * self-contained inline SVG locator (zero external map dependency). * Right column : the message form with a topic

{!! $err('name') !!}

{!! $err('email') !!}

{!! $err('message') !!}

{!! \App\Services\Recaptcha::widget('contact') !!}
@php $cLat = (string) setting('contact_lat', ''); $cLng = (string) setting('contact_lng', ''); @endphp @if ($cLat !== '' && $cLng !== '')
@endif @endif @endsection