@if($row->status == 1) {{ \App\Models\Subscription::STATUS_ARR[1] }} @elseif($row->status == 0) {{ \App\Models\Subscription::STATUS_ARR[0] }} @endif