@include('emails.common.header') @component('emails.common.nested_table_header') @slot('first_name') {{ $candidate->first_name }} @endslot @slot('message') Your profile has been reviewed with the regards to the following job application. @endslot @endcomponent @component('emails.common.nested_table') @slot('title') {{ $job->title }} @endslot @slot('job_id') {{ $job->unique_id }} @endslot @slot('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 @endslot @slot('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 @endslot @slot('role_profile') Link @endslot @endcomponent @component('emails.common.nested_table_footer') @slot('message') This email is to inform you that your application was unsuccessful for the following reason: @endslot @slot('reason') @component('emails.common.ul') @if($removeReason->is_experience_mismatch == '1')