@component('mail::message') Hi {{ $applyer->fname }},
# Thank you for applying on EXPOMEDICS!

We’ve received your application and an Account Manager will contact you shortly

Here’s a summary of the information you 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