@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.
If you did not register an account, you can safely ignore this email.
@endsection