@extends('emails.layouts.default-mail') @section('content')
| @include('emails.components.subject-box', [ 'title' => 'Verify your email address', 'description' => 'One more step to secure and activate your account.', ]) | ||
|
Hello [full-name]! Thanks for joining {{ config('app.name') }}. Please confirm that [email] belongs to you by clicking the button below.
Link expires in: [expiry] Sent at: [current-date-time] @endcomponent @component('emails.components.notice-box') Didn't create an account? You can safely ignore this email — no changes will be made to your account. @endcomponent
|