markdown('boilerplate::notifications.email') ->greeting(__('boilerplate::notifications.greeting', ['firstname' => $notifiable->first_name])) ->subject(__('boilerplate::notifications.resetpassword.subject')) ->line(__('boilerplate::notifications.resetpassword.intro')) ->action( __('boilerplate::notifications.resetpassword.button'), route('Shop.password.reset', $this->token) ) ->line(__('boilerplate::notifications.resetpassword.outro')); } }