@component('mail::message')
# A new user has submitted the Job Apply form!
Here’s a summary of the information the user submitted:
Job title: {{ $applyer->job->name }}
Company: {{ $applyer->job->company->name }}
Name: {{ $applyer->fname . ' ' . $applyer->lname}}
Email: {{ $applyer->email }}
Phone: {{ $applyer->phone }}
Profession: {{ $applyer->profession }}
Country: {{ $applyer->country }}
@lang('Best Regards'),
{{ config('app.name') }} Team
@endcomponent