<?php

use App\Enums\Status;

return [
    Status::ACTIVE   => 'نشط',
    Status::INACTIVE => 'غير نشط',

];
