
<style>
    .btn-buyer-action {
        font-size: 12px; padding: 6px 5px;
        color: #e7a4c5;
        background: #f8e4ef;
        cursor: pointer;
        width: 80px;
        text-align: center;
    }

    .btn-buyer-action.active {
        background: #F8E4EF;
        color: #ee96bd;
    }

    .btn-buyer-action img {
        width: 16px;
    }
</style>
<?php
    $type = $type ?? 'for-sale';
    $hide_items = isset($hide_items) ? $hide_items : [];
?>
<div id="url-del" url="<?php echo e(route('buyer.delete-article')); ?>"></div>
<div id="url-save" url="<?php echo e(route('buyer.save-article')); ?>"></div>
<div class="p-results-noimage articles-list-custom" id="page-content-no-image">
    <?php echo $__env->make('business.objects.components.article_list_no_image', ['isShowOwnCompany' => $isShowOwnCompany ?? false], \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
