@component('mail::message')

# The {{ $job->company->name }} has published a Job!

Here’s a summary of the information the user submitted:

Job title: {{ $job->name }}
Country: {{ $job->country }}
Profession: {{ $job->profession }}
Salary: {{ $job->salary() }}
Created at: {{ date('H:i:s d-m-Y ',strtotime($job->created_at)) }}


@lang('Best Regards'),
{{ config('app.name') }} Team @endcomponent