<?php

use App\Enums\PaymentStatus;

return [
    PaymentStatus::PAID   => 'مدفوع',
    PaymentStatus::UNPAID => 'غير مدفوع',

];
