@component('mail::message') # Reset Password Click the button below to reset your password: @php // Mengambil URL dari env menggunakan helper env() $resetUrl = env('APP_FRONTEND_URL') . '/reset-password/' . $token; @endphp @component('mail::button', ['url' => $resetUrl]) Reset Password @endcomponent If you didn't request a password reset, no further action is required. Thanks,
{{ config('app.name') }} @endcomponent