@component('mail::message') # {{ __('general.shop_user_password_reset.subject') }} {{ __('general.shop_user_password_reset.greeting') }} {!! __('general.shop_user_password_reset.intro', [ 'author' => $data['author'], 'author_email' => $data['author_email'] ]) !!} ## {{ __('general.shop_user_password_reset.credentials_title') }} {{ __('general.shop_user_password_reset.credentials_body') }}
{{ __('general.shop_user_password_reset.email_label') }} {{ $data['email'] }}
{{ __('general.shop_user_password_reset.password_label') }} {{ $data['password'] }}