@extends('emails._layout') @section('title', 'Verify your email') @section('header_sub', 'Email verification') @section('body')

Hello {{ $user->name }},

Thanks for registering with the {{ $appSettings->app_name ?? config('app.name') }} Recruitment System. To activate your account, please enter the verification code below on the verification screen.

{{ $code }}
This code expires in {{ $ttlMinutes }} minutes. For security reasons, do not share this code with anyone. {{ $appSettings->app_name ?? config('app.name') }} staff will never ask you for it.

If you did not register an account, you can safely ignore this email.

@endsection