VoucherType::class, 'discount_amount' => 'int', 'min_purchase' => 'int', 'max_discount' => 'int', 'quota' => 'int', 'limit_per_user' => 'int', 'is_active' => IsActive::class, ]; } public function outlets(): BelongsToMany { return $this->belongsToMany(Outlet::class); } }