@php
$labels = [
'account' => 'Account Related',
'payment' => 'Payment Related',
'property-request' => 'Property Request Related',
'others' => 'General Enquiry',
];
$categoryLabel = $labels[$approachingFor] ?? 'General Enquiry';
@endphp
{{ $categoryLabel }}
Sender Name
{{ $senderName }}
Email Address
@if($approachingFor === 'others' && $customSubject)
Subject
{{ $customSubject }}
@endif
Submitted At
{{ now()->format('d M Y, h:i A') }}
Message
{{ $messageBody }}
Reply directly to this email to respond to {{ $senderName }}. This message was submitted via the SureRightStay contact form.
© {{ date('Y') }} SureRightStay · All rights reserved · This is an automated message