@include('emails.common.header') @component('emails.common.table') @component('emails.common.td') @component('emails.common.p') Hello {{$user->first_name }}, @endcomponent @component('emails.common.p') You have recently initiated a password change through the "Forgot Password" feature. @endcomponent @component('emails.common.p') Kindly click the following link to change your password: Link To Change Password. @endcomponent @component('emails.common.p') Thank you for being an active member of our platform. @endcomponent @component('emails.common.secondary_footer') @endcomponent @endcomponent @endcomponent @include('emails.common.footer')