{{ isset($isCareerInquiry) && $isCareerInquiry ? 'New Career Application' : 'New Contact Request' }}

Apex Pavers & Pools

Name:
{{ $firstName }} {{ $lastName }}
Email:
{{ $email }}
Phone:
{{ $phone }}
Inquiry Type:
{{ $inquiryType }}
@if (!empty($description))
Description:
{{ $description }}
@endif @if (isset($isCareerInquiry) && $isCareerInquiry && isset($attachments_count) && $attachments_count > 0)
Attached Documents:
{{ $attachments_count }} PDF document(s) attached
@endif
Submitted:
{{ now()->format('F j, Y \a\t g:i A') }}