attributes['otp'] = base64_encode($value); } public function getOtpAttribute($value) { return base64_decode($value); } }