<?php

use App\Enums\Source;

return [
    Source::WEB => 'ويب',
    Source::APP => 'تطبيق',
    Source::POS => 'Pos',

];
