@extends('emails.layout') @section('content')
Verify Your Email
Hello {{ $user->name }},

Welcome to Betix! Please click the button below to verify your email address and activate your account.
Verify Email
Or copy & paste this link into your browser:
{{ $url }}
@isset($code)
Alternatively, you can verify by entering this code in the app:
{{ $code }}
@endisset
If you did not create an account, no further action is required.
@endsection