Viewing: promotionType.php
<?php use App\Enums\PromotionType; return [ PromotionType::SMALL => 'ছোট', PromotionType::BIG => 'বড়', ];
Return