<table class="p-search-close">
    <tr>
        <th>物件登録日</th>
        <td class="p-search-close__registed-day">
            @include('admin.objects.components.input', ['name' => 'registed_from', 'placeholder' => ''])〜
            @include('admin.objects.components.input', ['name' => 'registed_to', 'placeholder' => ''])
        </td>

        <th>登録時の価格</th>
        <td class="p-search-close__price">
            @include('admin.objects.components.input', ['name' => 'registed_price_from', 'placeholder' => '下限なし'])〜
            @include('admin.objects.components.input', ['name' => 'registed_price_to', 'placeholder' => '上限なし'])
        </td>

        <th>価格変更日</th>
        <td class="p-search-close__changed-price-day">
            @include('admin.objects.components.input', ['name' => 'changed_price_from', 'placeholder' => ''])〜
            @include('admin.objects.components.input', ['name' => 'changed_price_to', 'placeholder' => ''])
        </td>
    </tr>

    <tr>
        <th>成約日</th>
        <td class="p-search-close__closed-day">
            @include('admin.objects.components.input', ['name' => 'closed_from', 'placeholder' => ''])〜
            @include('admin.objects.components.input', ['name' => 'closed_to', 'placeholder' => ''])
        </td>

        <th>成約価格</th>
        <td class="p-search-close__closed-price">
            @include('admin.objects.components.input', ['name' => 'closed_price_from', 'placeholder' => '下限なし'])〜
            @include('admin.objects.components.input', ['name' => 'closed_price_to', 'placeholder' => '上限なし'])
        </td>

        <th>業者</th>
        <td class="p-search-close__vender">
            @include('admin.objects.components.input', ['name' => 'vender_name', 'placeholder' => '業者名'])
            @include('admin.objects.components.input', ['name' => 'vender_tel', 'placeholder' => '業者TEL', 'class' => 'p-search-close__vender-tel'])
        </td>
    </tr>
</table>

