<?php

use App\Enums\PromotionType;

return [
    PromotionType::SMALL => 'صغير',
    PromotionType::BIG   => 'كبير',

];
