Hi {{ $business->name }}, team,
Name:
{{ $firstName }} {{ $lastName ?: 'Not provided' }}
Email:
{{ $customerEmail ?: 'Not provided' }}
Submitted on:
{{ $resolution->created_at->format('F j, Y \a\t g:i A') }}
Review Text:
{{ $resolution->review_text ?: 'No feedback message provided' }}
Anything else:
{{ $resolution->additional_details }}
Next Steps: Please reach out to this customer directly to address their concerns. This feedback was shared before they posted a public review, giving you an opportunity to resolve the issue.