@if( Route::currentRouteName() == 'confirmed-employee-form-completed' )
{{ __('Confirmed!') }}
@else{{ __('Submitted!') }}
@endif
@if( Route::currentRouteName() == 'confirmed-employee-form-completed' )
Thank you for your confirmation.
We have receiving your details.
Our HR team will reply to you as soon as possible.
@else
We have receiving your details.
Our HR team will reply to you as soon as possible.
Thank you for filling out.
Please check mailbox for your response.
@endif
Please check mailbox for your response.