Files
aso/resources/views/verify_email.blade.php
Server D3 Linksehat 1bf608b1ed Server 103 Commit
2024-07-18 16:05:33 +07:00

13 lines
228 B
PHP
Executable File

@component('mail::message')
# Verify Email
Please click the button below to verify your email address.
@component('mail::button', ['url' => $url])
Verify Email
@endcomponent
Thanks,<br>
{{ config('app.name') }}
@endcomponent