subject('You have new message!') ->view('emails.notifications.new_message'); } /** * Get the array representation of the notification. * * @param mixed $notifiable * @return array */ public function toArray($notifiable) { return [ // ]; } }