Dear {{ $response->contactSubmission->name }},
Thank you for contacting us. We have received your message and wanted to provide you with a response.
Your Original Submission:
Subject: {{ $response->contactSubmission->subject }}
Service Interest: {{ ucfirst(str_replace('-', ' ', $response->contactSubmission->service_interest)) }}
@if($response->contactSubmission->company)Company: {{ $response->contactSubmission->company }}
@endif @if($response->contactSubmission->budget_range)Budget Range: {{ $response->contactSubmission->budget_range }}
@endif @if($response->contactSubmission->timeline)Timeline: {{ $response->contactSubmission->timeline }}
@endifSubmitted: {{ $response->contactSubmission->created_at->format('M d, Y \a\t H:i') }}
Our Response:
{!! nl2br(e($response->response_text)) !!}If you have any additional questions or need further clarification, please don't hesitate to reply to this email.
Best regards,
{{ config('app.name') }} Team