subject(trans('mail.test_email')) ->markdown('notifications.Test'); } /** * Get the array representation of the notification. * * @param mixed $notifiable * @return array */ public function toArray($notifiable) { return [ // ]; } }