@extends('layouts.email') @section('body')

{{ config('app.hire_title') }}

 

Hi {{ $confirmed_application->full_name }},

Our HR have approved your employment application form. Please fill up the Confirmed Employment Application form at Webqlo Hire before {{ Carbon\Carbon::parse($expired_date)->format('d/m/Y') }}. Following is the link:

Confirmed Application Form
 
@endsection