@extends('layouts/blankLayout') @section('title', 'Not Eligible') @section('content')
{{-- Warning Icon --}}
{{-- Title --}}

Not Eligible for Interview

{{-- Dynamic Message --}}

Sorry {{ $applicant_name ?? 'Candidate' }}, you are not eligible for the interview for the {{ $job_role_name ?? 'selected job' }} role.

{{-- Guidance --}}

If you have any questions, please contact us:

{{-- Contact Info --}}
@endsection