@extends('layouts/blankLayout')
@section('title', 'Form Submitted')
@section('content')
Application Submiitted Successfully !
Thank you, for applying to {{$jobRequest->job_role_name}} Job Role
We sent further details to {{$applicant->email ?? $applicant->mobile}}
All the Best for your career
@endsection