Viewing: statuse.php
<?php use App\Enums\Status; return [ Status::ACTIVE => 'সক্রিয়', Status::INACTIVE => 'নিষ্ক্রিয়', ];
Return