@extends('layouts/blankLayout') @section('title', 'Application Submitted') @section('content')
Success
Registration Submitted!

Thank you, {{ $applicant->applicant_name ?? 'Candidate' }}, for submitting your registration.
Our HR team will review your application carefully and you will be updated on the next steps soon.

Wishing you the very best in your career journey!

@endsection