@include('emails.common.header') @component('emails.common.table') @component('emails.common.td') @component('emails.common.p') Hello {{$candidate->first_name }}, @endcomponent @component('emails.common.p') We have reviewed your profile and would like to share the following vacancy with you. @endcomponent @endcomponent

Title :

{{ $job->title }}

Industry :

@if(isset($job->min_requirements->industry1)) {{ $job->min_requirements->industry1->name }} @endif @if(isset($job->min_requirements->industry2)) {{ $job->min_requirements->industry2->name }} @endif

Category :

@if(isset($job->min_requirements->category1)) {{ $job->min_requirements->category1->name }} @endif @if(isset($job->min_requirements->category2)) {{ $job->min_requirements->category2->name }} @endif

Role Profile :

Link

@component('emails.common.td') @component('emails.common.p') We will reach out to you in the near future to discuss the opportunity in more detail. @endcomponent @component('emails.common.secondary_footer') @endcomponent @endcomponent @endcomponent @include('emails.common.footer')