<tr>
    <th colspan="2">物件位置情報</th>
    <td>
        緯度
        @include('admin.objects.components.input', ['name' => 'lat', 'class' => 'half-size', 'value' => $article->lat??''])
        経度
        @include('admin.objects.components.input', ['name' => 'lng', 'class' => 'half-size', 'value' => $article->lng??''])
        @include('admin.objects.components.modal-btn', ['title' => '位置確認・修正', 'class' => 'btn_position', 'data' => 2])
    </td>
</tr>
