Hi {{ $application->job->creator->name ?? 'there' }},
You have received a new application from {{ $application->freelancer->name }} for your job post: {{ $application->job->title }}.
Freelancer Name: {{ $application->freelancer->name }}
Cover Letter:
{!! nl2br(e($application->cover_letter)) !!}
You can review this application and respond through your company dashboard.
View Applications
Thanks,
The Infra24 Team