📋 Applicant Information
First Name:{{ $application->first_name }}
Last Name:{{ $application->last_name }}
Email:{{ $application->email }}
Phone:{{ $application->phone }}
Marketing Consent: @if($application->marketing_consent) Yes @else No @endif
📝 What They're Looking For
{{ $application->what_youre_looking_for }}
📎 Application Details
Applied Date:{{ $application->created_at->format('F d, Y \a\t g:i A') }}
Resume: @if($application->resume_path) ✅ Resume attached to this email @else ❌ No resume uploaded @endif
🔗 Quick Actions
You can view the full application details in the admin panel.
Application ID: #{{ $application->id }}