Files
aso/resources/views/verify_email.blade.php
Linksehat Staging Server ce024c2bcd merge
2023-05-08 08:50:15 +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