{{-- 並び替え --}}
<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 : [];
@endphp
<div id="url-del" url="{{ route('buyer.delete-article') }}"></div>
<div id="url-save" url="{{ route('buyer.save-article') }}"></div>
<div class="p-results-noimage articles-list-custom" id="page-content-no-image">
    @include('business.objects.components.article_list_no_image', ['isShowOwnCompany' => $isShowOwnCompany ?? false])
</div>
