<?php

use App\Enums\OrderType;

return [
    OrderType::DELIVERY => 'توصيل',
    OrderType::PICK_UP  => 'الاستلام',
    OrderType::POS      => 'Pos'
];
