@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) @endcomponent @endslot {{-- Body --}}
{{ __('You are receiving this email because we received a password reset request for your account.') }}
@component('mail::button', ['url' => $url]) {{ __('messages.user.change_password') }} @endcomponent{{ __('This password reset link will expire in 60 minutes.') }}
{{ __('If you did not request a password reset, no further action is required.') }}
{{ getAppName() }}
{{ __('If you\'re having trouble clicking the "Reset Password" button, copy and paste the URL below into your web browser:') }}: {!! $url !!}