<?php

use App\Enums\PaymentStatus;

return [
    PaymentStatus::PAID   => 'Paid',
    PaymentStatus::UNPAID => 'Unpaid',

];
