<div id="@if(isset($tmp_id)){{$tmp_id}}@endif"  class="facility_regist @if(isset($add_class)) {{$add_class}} @endif">
    <table>
        <tr>
            <td rowspan="5">
                <div class="facility_image_area">
                    @include('admin.objects.components.add-facility-image', ['id' => 'imageArea'])
                </div>
                <div class="facility_image_area_sub">
                    @include('admin.objects.components.btn', ['name' => 'del_facility', 'class' => '', 'title' => '削除', 'type' => 'button'])
                </div>
            </td>
            <th>施設ID</th>
            <td colspan="3">


            </td>
        </tr>
        <tr>
            <th>施設名</th>
            <td>
            @include('admin.objects.components.input', ['name' => 'name', 'class' => 'w300'])
            </td>
            <th>施設種別</th>
            <td>
            @include('admin.objects.components.selectbox', ['name' => 'kind', 'options' => $kind, 'title' => '施設種別'])
            </td>
        </tr>
        <tr>
            <th>住所</th>
            <td colspan="3">
            @include('admin.objects.projects.form-address')
            </td>
        </tr>
        <tr>
            <th>位置情報</th>
            <td colspan="3">
                緯度&nbsp;@include('admin.objects.components.input', ['name' => 'lat'])<span class="d-none" name="lat_text">未設定</span>経度&nbsp;@include('admin.objects.components.input', ['name' => 'lng'])<span class="d-none" name="lng_text">未設定</span>
                @include('admin.objects.components.modal-btn', ['title' => '位置確認・修正', 'class' => 'btn_position', 'data' => 2])
            </td>

        </tr>
        <tr>
            <th>キャプション</th>
            <td colspan="3">
            @include('admin.objects.components.textarea', ['name' => 'memo', 'class' => 'w500', 'count' => 100, 'placeholder' => 'キャプションを入力してください'])
            </td>

        </tr>
    </table>
</div>
