<form action="{{ $route }}" method="post" target="_blank">
    @csrf
    <input type="hidden" name="only_items" value="{{ $onlyItems }}">
    <input type="hidden" name="per_page" value="1">
    <div>
        <table>
            <tr>
                <th class="d-flex">
                    {!! $label !!}
                </th>
            </tr>
            <tr>
                <td>
                    <button class="c-linkbtn p-detail-header__button-list--close btn-print">複数物件</button>
                </td>
            </tr>
        </table>
    </div>
</form>
