subject(get_phrase('Virtual Account Payment Successful') . ' - ' . config('app.name')) ->view('vendor.notifications.course_paid', [ 'user' => $notifiable, 'payment' => $this->payment, 'courses' => $this->courses, ]); } }