Site: {{ $inquiry->site_key ?: config('app.name') }}
Name: {{ $inquiry->name }}
Email: {{ $inquiry->email }}
Phone: {{ $inquiry->phone ?: 'Not provided' }}
Profile ID: {{ $inquiry->profile_id ?: 'Not provided' }}
Subject: {{ $inquiry->subject }}
{{ $inquiry->message }}
Reply to this email to respond to the visitor.