@component('mail::message') {{-- Greeting --}} # Hello! {{-- Intro Lines --}} You are receiving this email because we received a password reset request for your account. {{-- Action Button --}} @component('mail::button', ['url' => $url]) Reset Password @endcomponent {{-- Outro Lines --}} If you did not request a password reset, no further action is required. {{-- Salutation --}} Regards, {{ $app['config']['app.name'] }} {{-- Subcopy --}} @isset($actionText) @slot('subcopy') @lang("If you're having trouble clicking the \"Reset Password\" button, copy and paste the URL below\n" . 'into your web browser: [:actionURL](:actionURL)', ['actionURL' => $actionUrl]) @endslot @endisset @endcomponent