@if (app()->getLocale() == 'en') {{ __('Verification Code') }}
ICTM
{{ __('Hello!') }}

{{ Lang::get('Please copy the code below and paste it in code input the verify page.') }}

{{ $data['verificationCode'] }}

{{ __('Activation page') }}


{{ Lang::get('If you did not create an account, no further action is required.') }}

© {{ date('Y') }} ILLAFTrain
@endif @if (app()->getLocale() == 'ar') {{ __('Verification Code') }}
ICTM
{{ __('Hello!') }}

{{ Lang::get('Please copy the code below and paste it in code input the verify page.') }}

{{ $data['verificationCode'] }}

{{ __('Activation page') }}


{{ Lang::get('If you did not create an account, no further action is required.') }}

© {{ date('Y') }} ILLAFTrain
@endif