subject('Your servers have been suspended!') ->greeting('Your servers have been suspended!') ->line("To unsuspend your server/s you need to purchase more credits.") ->action('Purchase credits', route('store.index')) ->line('If you have any questions please let us know.'); } /** * Get the array representation of the notification. * * @param mixed $notifiable * @return array */ public function toArray($notifiable) { return [ // ]; } }