@extends('layouts.public') @section('content')

Contact

How can we help?

Send a general business inquiry. Please do not include medical records, diagnosis information, patient identification numbers, government identification numbers, or other sensitive health information.

@if(session('success'))
{{ session('success') }}
@endif@if($errors->any())@endif
@csrf
@error('privacy_acknowledgement'){{ $message }}@enderror
@endsection