@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) @endcomponent @endslot {{-- Body --}}

Hello ,

You are receiving this email because we received a password reset request for your account.


Reset Password

This password reset link will expire in 60 minutes.

If you did not request a password reset, no further action is required.

Regards,
{{ config('app.name') }}

If you’re having trouble clicking the "Reset Password" button, copy and paste the URL below into your web browser: {{ $link }}
{{-- Footer --}} @slot('footer') @component('mail::footer')

© {{ date('Y') }} {{ getAppName() }}. All rights reserved

@endcomponent @endslot @endcomponent