mailMessage( subject: 'Pengesahan E-mel - Kod OTP', view: 'auth::emails.verification-otp', data: [ 'name' => $notifiable->name, 'otp' => $this->otp, 'minutes' => $minutes, ], ); } }