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

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

 

Hi {{ $pre_application->full_name }},

An edit link has been generated for your employment application form at Webqlo Hire. Following is the link:

@if( $pre_application->remarks )
  • Remarks: {{ $pre_application->remarks }}
@endif
Edit Application Form
 
@endsection