belongsTo(User::class); } public static function getStatues() { return [ 'paid' => 'پرداخت شده', 'unpaid' => 'پرداخت نشده' ]; } }