subject('Pengesahan E-mel - Kod OTP') ->markdown('auth::emails.verification-otp', [ 'name' => $notifiable->name, 'otp' => $this->otp, 'minutes' => $minutes, 'logoPath' => public_path('images/logo-kopkb.svg'), ]); } }