from(config('notification.sender.address'), config('notification.sender.name')) ->subject(config('app.name').' - account password invalidated') ->markdown('mail.adminreset', ['name' => $notifiable->name]); } public function toArray($notifiable): array { return []; } }