@php
    $primary_school_name=$item->primary_school_name;
    if(!strstr($primary_school_name,'義務教育学校')){$primary_school_name=str_replace('学校','',$primary_school_name);}
    $primary_school_name2=$item->primary_school_name2;
    if(!strstr($primary_school_name2,'義務教育学校')){$primary_school_name2=str_replace('学校','',$primary_school_name2);}
    $primary_school_name3=$item->primary_school_name3;
    if(!strstr($primary_school_name3,'義務教育学校')){$primary_school_name3=str_replace('学校','',$primary_school_name3);}
    $secondary_school_name=$item->secondary_school_name;
    if(!strstr($secondary_school_name,'義務教育学校')){$secondary_school_name=str_replace('学校','',$secondary_school_name);}
    $secondary_school_name2=$item->secondary_school_name2;
    if(!strstr($secondary_school_name2,'義務教育学校')){$secondary_school_name2=str_replace('学校','',$secondary_school_name2);}
    $secondary_school_name3=$item->secondary_school_name3;
    if(!strstr($secondary_school_name3,'義務教育学校')){$secondary_school_name3=str_replace('学校','',$secondary_school_name3);}
@endphp
<div class="p-detail-main-sheet__right fright origin-content-table-detail">
{{--    <div class="recommend-txt">--}}
{{--     <li class="p-detail-main-sheet__left-point">{!! nl2br(e($item->point_recommend)) !!}</li>--}}
{{--     <li class="p-detail-main-sheet__left-point">{!! nl2br(e($item->memo_business)) !!}</li>--}}
{{--    </div>--}}

    <table class="p-detail-main-sheet__right-tbl"  style="margin-top: 0px; table-layout: fixed">
        <tr>
            <th>物件種別</th>
            <td colspan="3">
                {{$item->property_name}}
                @if($item->occupied)
                    （未入居）
                @endif
                @if($item->classfication==2)
                    （事業用）
                @elseif($item->classfication==3)
                    （投資用）
                @endif
                @if($item->land_not)
                    （再建築不可）
                @endif
            </td>
        </tr>
        @if($item->status == 4)
            <tr>
                <th>価格</th>
                <td colspan="3">
                    @if($item->price_closing)
                        成約：{{number_format($item->price_closing, 0, ",", ",")}}
                        <span>万円</span>
                        @if($item->close_date != null)
                            ({{date('y/m/d', strtotime($item->close_date))}})
                        @endif
                    @else
                        -
                    @endif
                    ／ 最終：<span>@if($item->price){{number_format($item->price, 0, ",", ",")}}万円@else - @endif</span>
                </td>
            </tr>
        @elseif($item->status == 5)
            <tr>
                <th>物件価格</th>
                <td colspan="3">
                    @if($item->price){{number_format($item->price, 0, ",", ",")}}@else-@endif</span>万円
                </td>
            </tr>
        @endif
        <tr>
            <th style="height: auto">所在地</th>
            <td style="height: auto" colspan="3" @if(isset($item->town_name) && !strstr($item->address,$item->town_name) && isset($item->other_address)) class="p-detail-main-sheet__right-tbl-double" @endif>
                {{-- <span class="zip-code d-none">@if(isset($item->zip)) 〒{{$item->zip}} @endif</span> --}}
                    {{ $item->address_info }}
                    <br>

                @if(request('action') == null)
                    @php
                        if($item->lat != ''){
                            $google = "https://maps.google.co.jp/maps/search/".$item->lat.",".$item->lng;
                        }else{
                            $google = "https://www.google.com/maps/embed/v1/place?q=".$item->address_info."&key=AIzaSyAvLqHslDD75YM0_3ZZYv_C9lYVKNLR_i0";
                        }
                    @endphp
                    <a class="ml-2 float-right p-detail-main-sheet__right-tbl-link" target="_blank"
                       href="{{$google}}">&gt;Googleマップ</a>
                @endif

{{--                @if(isset($item->other_address))--}}
{{--                    {{$item->other_address}}--}}
{{--                @endif--}}
            </td>
        </tr>
        <tr>
            <th class="@if($mansion ? $mansion->main_traffic_bus_time : $item->main_traffic_bus_time) p-detail-main-sheet__right-tbl-double @endif">主要交通</th>
            <td colspan="3" class="@if($mansion ? $mansion->main_traffic_bus_time : $item->main_traffic_bus_time) p-detail-main-sheet__right-tbl-double @endif">
                @include('business.objects.projects.traffic-info-other', ['article' => $mansion ?? $item])
            </td>
        </tr>
        @if($item->property == 1 || $item->property == 2 || $item->property == 3)
            <tr>
                <th>土地面積</th>
                <td colspan="3">{{$item->land_area_val?? '-'}}&nbsp;m&sup2;</td>
            </tr>
            <tr>
                <th>土地条件</th>
                <td colspan="3">
                    @if($item->land_condition1 or $item->land_condition2 or $item->land_condition3)
                        @if($item->land_condition_area1)
                            傾斜部分{{$item->land_condition_area1}}@if($item->land_condition_unit1==2)
                                m&sup2;
                            @elseif($item->land_condition_unit1==3)
                                ％
                            @endif
                        @endif
                        @if($item->land_condition_area2)
                            路地上部分{{$item->land_condition_area2}}@if($item->land_condition_unit2==2)
                                m&sup2;
                            @elseif($item->land_condition_unit2==3)
                                ％
                            @endif
                        @endif
                        @if($item->land_condition_area3)
                            高圧線下{{$item->land_condition_area3}}m&sup2;
                        @endif
                    @else
                        -
                    @endif
                </td>
            </tr>
            <tr>
                <th>その他費用</th>
                <td colspan="3" class="p-detail-main-sheet__right-tbl-small">
                    @if($item->another_cost1)
                        {{getAnotherCost($item, [1])}}
                    @endif
                    @if($item->another_cost2)
                        ／{{getAnotherCost($item, [2])}}
                    @endif
                    @if($item->another_cost3)
                        他
                    @endif
                    @if(!$item->another_cost1 and !$item->another_cost2 and !$item->another_cost3)
                        -
                    @endif
                </td>
            </tr>
            <tr>
                <th class="p-detail-main-sheet__right-tbl-double">接道</th>
                <td colspan="3" class="p-detail-main-sheet__right-tbl-double">
                    @if($item->getLanDirectionNameShort())
                        {!! $item->getLanDirectionNameShort() !!}
                    @else
                        -
                    @endif
                </td>
            </tr>
            @if($item->garage)
                <!--<tr>
                    <th>車庫</th>
                    <td colspan="3">{{$item->garage == 1 ? '掘込車庫' : '-'}}</td>
                </tr>-->
            @endif
            <tr>
                <th>土地権利</th>
                <td colspan="3">
                    @if($dataLand->land_right==1)
                        所有権
                    @elseif($dataLand->land_right==2)
                        <span>借地権のみ</span>
                    @elseif($dataLand->land_right==3)
                        <span>所有権・借地権混在</span>
                    @else
                        -
                    @endif
                </td>
            </tr>
            <tr>
                <th>セットバック</th>
                <td colspan="3">{{$item->getSetPropName()}}</td>
            </tr>
            <tr>
                <th>私道負担</th>
                <td colspan="3">
                    {{ $item->getRoadBurdenName() }}
                </td>
            </tr>
            <tr>
                <th>地役権</th>
                <td colspan="3">{{$item->getEasement()}}</td>
            </tr>
            <tr>
                <th>用途地域</th>
                <td colspan="3">
                  <div class="use-area-content">
                    <span class=use-area-info>
                      {{$item->use_area_name?? "-"}}@if($item->use_area_name != "" || $item->use_area_name != null)
                      @endif
                      @if($item->use_area_name_sub != "")
                          ・{{$item->use_area_name_sub}}
                      @endif
                    </span>
                    @if($item->use_area_name_sub2 != "")
                    <span class="use-area-others">他</span>
                    @endif
                  </div>
                </td>
            </tr>
            <tr>
                <th>都市計画</th>
                <td class="p-detail-main-sheet__right-tbl-half">
                    @if ($dataLand->city_plan == 2)
                        {{ $dataLand->getCityPlanName() }}
                    @else
                        {{ $dataLand->getCityPlanName() }}
                    @endif
                </td>
                <th>地目</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{$item->ground_name}}</td>
            </tr>
            <tr>
                <th>建ぺい率</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{intval($item->building_rate)?? '-'}}%</td>
                <th>容積率</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{intval($item->volume_rate)?? '-'}}%</td>
            </tr>
            <tr>
                <th>建築条件</th>
                <td colspan="3">
                    {{$item->land_condition_name}}
                    @if($item->land_condition==1)
                        @if($item->land_condition_not==1)
                            （条件外し：可）
                        @endif
                        @if($item->building_plan_place or $item->building_plan_area)
                            <br/>【建物プラン】
                            @if($item->building_plan_place)
                                建物価格：{{number_format($item->building_plan_place, 0, ",", ",")}}万円
                            @endif
                            @if($item->building_plan_area)
                                建物面積：{{$item->building_plan_area}}m²
                            @endif
                        @endif
                    @endif
                </td>
            </tr>
            @if($item->section)
                <tr>
                    <th>総区画数</th>
                    <td colspan="3">{{$item->section?? '-'}}区画</td>
                </tr>
            @endif
            <tr>
                <th>現況</th>
                <td colspan="3">
                    {{getCurrentStatusName($item->current_status, $item->property)}}
                    @if($item->current_status==3)
                        @if($item->comp_year)
                            （造成工事完了予定年月：{{$item->comp_year}}年
                            @if($item->comp_month)
                                {{$item->comp_month}}月
                            @endif
                            ）
                        @endif
                    @endif
                </td>
            </tr>
            <tr>
                <th>引渡し</th>
                <td colspan="3">
                    @if($item->land_delivery == 1)
                        即
                    @elseif($item->land_delivery == 2)
                        相談
                    @elseif($item->land_delivery == 3)
                        指定有：{{$item->delivery_year}}年{{$item->delivery_month}}月
                    @elseif($item->land_delivery == 4)
                        契約後{{$item->land_delivery_month}}ヶ月
                    @else
                        -
                    @endif
                    @if($item->move_in_conditions)
                        ／{{$item->move_in_conditions}}
                    @endif
                </td>
            </tr>
            <tr>
                <th>設備</th>
                <td class="p-detail-main-sheet__right-tbl-small" colspan="3">
                    上水道：{{getWaterSupplyName($item->water_supply)}} ／
                    下水道：{{$item->getSewerageName()}} ／
                    ガス：{{$item->getGasName()}}
                </td>
            </tr>
            <tr>
                <th class="p-detail-main-sheet__right-tbl-triple">学校区</th>
                <td colspan="3" class="p-detail-main-sheet__right-tbl-triple">
                    @if(!isset($item->primary_school_name) and !isset($item->secondary_school_name) && !isset($item->other_secondary_school_2) && !isset($item->other_primary_school_2))
                        -
                    @endif
                    @if(isset($item->primary_school_name))
                        {{$primary_school_name}} @if(isset($item->primary_school_distance))
                            約{{$item->primary_school_distance}}m
                        @endif @if(isset($item->primary_school_time))
                            /&nbsp;徒歩{{$item->primary_school_time}}分　
                        @endif
                    @endif
                    @if(isset($item->primary_school_name2))
                        {{$primary_school_name2}} @if(isset($item->primary_school2_distance))
                            約{{$item->primary_school2_distance}}m
                        @endif @if(isset($item->primary_school_time2))
                            /&nbsp;徒歩{{$item->primary_school_time2}}分　
                        @endif
                    @endif
                    @if(isset($item->primary_school_name3))
                        {{$primary_school_name3}} @if(isset($item->primary_school3_distance))
                            約{{$item->primary_school3_distance}}m
                        @endif @if(isset($item->primary_school_time3))
                            /&nbsp;徒歩{{$item->primary_school_time3}}分　
                        @endif
                    @endif
                    @if(isset($item->secondary_school_name))
                        {{$secondary_school_name}} @if(isset($item->secondary_school_distance))
                            約{{$item->secondary_school_distance}}m
                        @endif @if(isset($item->secondary_school_time))
                            /&nbsp;徒歩{{$item->secondary_school_time}}分　
                        @endif
                    @endif
                    @if(isset($item->secondary_school_name2))
                        {{$secondary_school_name2}} @if(isset($item->secondary_school2_distance))
                            約{{$item->secondary_school2_distance}}m
                        @endif @if(isset($item->secondary_school_time2))
                            /&nbsp;徒歩{{$item->secondary_school_time2}}分　
                        @endif
                    @endif
                    @if(isset($item->secondary_school_name3))
                        {{$secondary_school_name3}} @if(isset($item->secondary_school3_distance))
                            約{{$item->secondary_school3_distance}}m
                        @endif @if(isset($item->secondary_school_time3))
                            /&nbsp;徒歩{{$item->secondary_school_time3}}分　
                        @endif
                    @endif
                        @if(isset($item->other_primary_school_2))
                            {{$item->other_primary_school_2}}約{{$item->other_primary_school_3}}m
                            @if(isset($item->other_primary_school_3))
                                /徒歩{{ceil($item->other_primary_school_3/80)}}分　
                            @endif
                        @endif
                        @if(isset($item->other_secondary_school_2))
                            {{$item->other_secondary_school_2}}約{{$item->other_secondary_school_3}}m
                            @if(isset($item->other_secondary_school_3))
                                /徒歩{{ceil($item->other_secondary_school_3/80)}}分　
                            @endif
                        @endif
                </td>
            </tr>
        @elseif($item->property == 4 || $item->property == 5)
            <tr>
                <th>間取り</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{$item->floor_plan}}{{$item->floor_plan_name}}</td>
                <th>階数</th>
                <td class="p-detail-main-sheet__right-tbl-half">
                    @if($item->underground)
                        地上{{$item->floor ? $item->floor.'階' : ''}}地下{{$item->underground ? $item->underground.'階' : ''}}
                        建
                    @else
                        {{$item->floor ? $item->floor.'階' : ''}}建
                    @endif
                </td>
            </tr>
            <tr>
                <th>土地面積</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{$item->land_area_val}}m&sup2;</td>
                <th>建物面積</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{$item->total_area_val}}m&sup2;</td>
            </tr>
            <tr>
                <th>建物構造</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{$item->construction_name}}
                    @if($item->construction_sub_name != "")
                        ・一部{{$item->construction_sub_name}}
                    @endif</td>
                @if (empty($mansion))
                    @if($item->age_year == null && $item->age_month == null && $item->completed_contract_month != null)
                        <th>完成予定</th>
                        <td class="p-detail-main-sheet__right-tbl-half">契約後{{$item->completed_contract_month}}ヶ月</td>
                    @elseif($item->age_year > date("Y") || ($item->age_year == date("Y") && $item->age_month >= date("m") ))
                        <th>完成予定</th>
                        <td class="p-detail-main-sheet__right-tbl-half">{{$item->age_year?? "-"}}
                            年{{$item->age_month?? "-"}}月{{$item->completed_text??''}}</td>
                    @else
                        <th>築年月</th>
                        <td class="p-detail-main-sheet__right-tbl-half">{{$item->age_year?? "-"}}
                            年{{$item->age_month?? "-"}}月{{$item->completed_text??''}}</td>
                    @endif
                @else
                    @if($mansion->age_year == null && $mansion->age_month == null)
                        <th>築年月</th>
                        <td class="p-detail-main-sheet__right-tbl-half">-</td>
                    @elseif($mansion->age_year > date("Y") || ($mansion->age_year == date("Y") && $mansion->age_month >= date("m") ))
                        <th>完成予定</th>
                        <td class="p-detail-main-sheet__right-tbl-half">{{$mansion->age_year?? "-"}}
                            年{{$mansion->age_month?? "-"}}月{{$item->completed_text??''}}</td>
                    @else
                        <th>築年月</th>
                        <td class="p-detail-main-sheet__right-tbl-half">{{$mansion->age_year?? "-"}}
                            年{{$mansion->age_month?? "-"}}月{{$item->completed_text??''}}</td>
                    @endif
                @endif
            </tr>
            <tr>
                <th>土地条件</th>
                <td colspan="3">
                    @if($item->land_condition1 and $item->land_condition_area1 or $item->land_condition_2 and $item->land_condition_area2 or $item->land_condition3 and $item->land_condition_area3)

                        @if($item->land_condition_area1)
                            傾斜部分{{$item->land_condition_area1}}@if($item->land_condition_unit1==2)
                                m&sup2;
                            @elseif($item->land_condition_unit1==3)
                                ％
                            @endif

                        @endif
                        @if($item->land_condition_area2)
                            路地上部分{{$item->land_condition_area2}}@if($item->land_condition_unit2==2)
                                m&sup2;
                            @elseif($item->land_condition_unit2==3)
                                ％
                            @endif

                        @endif
                        @if($item->land_condition_area3)
                            高圧線下{{$item->land_condition_area3}}m&sup2;
                        @endif

                    @else
                        -
                    @endif
                </td>
            </tr>
            <tr>
                <th>建物条件</th>
                <td colspan="3">
                    @if(isset($item->building_condition1) or isset($item->building_condition2) or isset($item->building_condition3) or isset($item->building_condition_select))
                        {!! $item->getBuildingCondition() !!}
                    @else
                        -
                    @endif
                </td>
            </tr>
            <tr>
                <th>その他費用</th>
                <td colspan="3" class="p-detail-main-sheet__right-tbl-small">
                    @if($item->another_cost1)
                        {{getAnotherCost($item, [1])}}
                    @endif
                    @if($item->another_cost2)
                        ／{{getAnotherCost($item, [2])}}
                    @endif
                    @if($item->another_cost3)
                        他
                    @endif
                    @if(!$item->another_cost1 and !$item->another_cost2 and !$item->another_cost3)
                        -
                    @endif
                </td>
            </tr>
            <tr>
                <th class="p-detail-main-sheet__right-tbl-double">接道</th>
                <td colspan="3" class="p-detail-main-sheet__right-tbl-double">
                    @if($item->getLanDirectionNameShort())
                        {!! $item->getLanDirectionNameShort() !!}
                    @else
                        -
                    @endif
                </td>
            </tr>
            <tr>
                <th>セットバック</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{$item->getSetPropName()}}</td>
                <th>土地権利</th>
                <td class="p-detail-main-sheet__right-tbl-half">
                    @if($dataLand->land_right==1)
                        所有権
                    @elseif($dataLand->land_right==2)
                        <span>借地権のみ</span>
                    @elseif($dataLand->land_right==3)
                        <span>所有権・借地権混在</span>
                    @else
                        -
                    @endif
                </td>
            </tr>
            <tr>
                <th>私道負担</th>
                <td colspan="3">{{ $item->getRoadBurdenName() }}</td>
            </tr>
            <tr>
                <th>地役権</th>
                <td colspan="3">{{$item->getEasement()}}</td>
            </tr>
            <tr>
                <th>用途地域</th>
                <td colspan="3">
                    {{$item->use_area_name??'-'}}@if($item->use_area_name != "" || $item->use_area_name != null)
                    @endif
                    @if($item->use_area_name_sub != "")
                        ・{{$item->use_area_name_sub}}
                    @endif
                    @if($item->use_area_name_sub2 != "")
                        他
                    @endif
                </td>
            </tr>
            <tr>
                <th>都市計画</th>
                <td class="p-detail-main-sheet__right-tbl-half">
                    @if ($dataLand->city_plan == 2)
                        {{ $dataLand->getCityPlanName() }}
                    @else
                        {{ $dataLand->getCityPlanName() }}
                    @endif
                </td>
                <th>地目</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{$item->ground_name}}</td>
            </tr>
            <tr>
                <th>建ぺい率</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{$item->building_rate?? '-'}}%</td>
                <th>容積率</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{$item->volume_rate?? '-'}}%</td>
            </tr>
            @if($item->parking)
                <tr>
                    <th>駐車場</th>
                    <td colspan="3">
                        @if($item->parking == 1)
                            無
                        @elseif($item->parking == 2)
                            空無
                        @elseif($item->parking == 3)
                            空有
                        @elseif($item->parking == 4)
                            分譲（必購入）
                        @elseif($item->parking == 5)
                            分譲（任意購入）
                        @elseif($item->parking == 6)
                            専用使用権付
                        @elseif($item->parking == 7)
                            敷地外有
                        @elseif($item->parking == 8)
                            掘込車庫
                        @elseif($item->parking == 9)
                            車庫
                        @elseif($item->parking == 10)
                            地下車庫
                        @elseif($item->parking == 11)
                            カースペース
                        @elseif($item->parking == 12)
                            カーポート
                        @elseif($item->parking == 13)
                            ２台以上
                        @else
                            -
                        @endif
                        @if($item->parking != null)
                            {{$parNames[$item->parking] ?? ''}}
                            @if($item->parking_num != null && $item->parking != 1)
                                /{{$item->parking_num ?? 0}}台
                            @endif
                        @endif
                        @if($item->parking != 1 && $item->parking != null)
                            @if($item->parking_yes == 1)
                                {{number_format($item->parking_yes_cost_from, 0, ",", ",")}}
                                〜{{number_format($item->parking_yes_cost_to, 0, ",", ",")}}
                                円/@if($item->parking_yes_cost_unit == 1)
                                    月
                                @else
                                    年
                                @endif
                            @endif
                        @endif
                    </td>
                </tr>
            @endif
            <tr>
                <th>現況</th>
                <td colspan="3">
                    {{getCurrentStatusName($item->current_status, $item->property)}}
                    @if(getCurrentStatusName($item->current_status, $item->property)=='賃貸中' and ($item->current_status_val or $item->current_status_rate))
                        （
                        @if($item->current_status_val)
                            賃料：{{number_format(is_numeric($item->current_status_val) ? $item->current_status_val : intval(str_replace(',', '', $item->current_status_val)), 0, ",", ",")}}円/月　
                        @endif
                        @if($item->current_status_rate)
                            利回り：{{$item->current_status_rate}}％
                        @endif
                        ）
                    @endif
                </td>
            </tr>
            <tr>
                <th>引渡し</th>
                <td colspan="3">
                    @if($item->move_in == 1)
                        即
                    @elseif($item->move_in == 2)
                        相談
                    @elseif($item->move_in == 3)
                        指定有：{{$item->move_in_year}}年{{$item->move_in_month}}月
                    @elseif($item->move_in == 4)
                        契約後{{$item->move_in_contract_month}}ヶ月
                    @elseif($item->move_in == 5)
                        不明
                    @else
                        -
                    @endif
                    @if($item->move_in_conditions)
                        ／{{$item->move_in_conditions}}
                    @endif
                </td>
            </tr>
            <tr>
                <th>設備</th>
                <td class="p-detail-main-sheet__right-tbl-small" colspan="3">
                    上水道：{{getWaterSupplyName($item->water_supply)}} ／
                    下水道：{{$item->getSewerageName()}} ／
                    ガス：{{$item->getGasName()}}
                </td>
            </tr>
            @if($item->getExteriorHTML() and $item->getExteriorHTML()!='無')
                <!--<tr>
                    <th>リフォーム外装</th>
                    <td colspan="3">
                        {!! $item->getExteriorHTML() !!}
                </td>
            </tr>-->
            @endif
            @if($item->getInteriorHTML() and $item->getInteriorHTML()!='無')
                <!--<tr>
                    <th>リフォーム内装</th>
                    <td colspan="3">
                        {!! $item->getInteriorHTML() !!}
                </td>
            </tr>-->
            @endif
            @if($item->architecture_no or $item->develop_num)
                <!--<tr>
                    <th>建築確認番号</th>
                    <td @if($item->property == 4)
                    colspan="3"


                @else
                    class="p-detail-main-sheet__right-tbl-half"


                @endif>{{$item->architecture_no??'-'}}</td>
                    @if($item->property != 4)
                    <th>開発許可番号</th>
                    <td class="p-detail-main-sheet__right-tbl-half">{{$item->develop_num??'-'}}</td>



                @endif
                </tr>-->
            @endif
            <tr>
                <th class="p-detail-main-sheet__right-tbl-double">学校区</th>
                <td colspan="3" class="p-detail-main-sheet__right-tbl-double">
                    @if(!isset($item->primary_school_name) && !isset($item->other_primary_school_2))
                        -
                    @endif
                    @if(isset($item->primary_school_name))
                        {{$primary_school_name}} @if(isset($item->primary_school_distance))
                            約{{$item->primary_school_distance}}m
                        @endif @if(isset($item->primary_school_time))
                            /&nbsp;徒歩{{$item->primary_school_time}}分　
                        @endif
                    @endif
                    @if(isset($item->primary_school_name2))
                        {{$primary_school_name2}} @if(isset($item->primary_school2_distance))
                            約{{$item->primary_school2_distance}}m
                        @endif @if(isset($item->primary_school_time2))
                            /&nbsp;徒歩{{$item->primary_school_time2}}分　
                        @endif
                    @endif
                    @if(isset($item->primary_school_name3))
                        {{$primary_school_name3}} @if(isset($item->primary_school3_distance))
                            約{{$item->primary_school3_distance}}m
                        @endif @if(isset($item->primary_school_time3))
                            /&nbsp;徒歩{{$item->primary_school_time3}}分　
                        @endif
                    @endif
                    &ensp;/&ensp;
                    @if(!isset($item->secondary_school_name) && !isset($item->other_secondary_school_2))
                        -
                    @endif
                    @if(isset($item->secondary_school_name))
                        {{$secondary_school_name}} @if(isset($item->secondary_school_distance))
                            約{{$item->secondary_school_distance}}m
                        @endif @if(isset($item->secondary_school_time))
                            /&nbsp;徒歩{{$item->secondary_school_time}}分　
                        @endif
                    @endif
                    @if(isset($item->secondary_school_name2))
                        {{$secondary_school_name2}} @if(isset($item->secondary_school2_distance))
                            約{{$item->secondary_school2_distance}}m
                        @endif @if(isset($item->secondary_school_time2))
                            /&nbsp;徒歩{{$item->secondary_school_time2}}分　
                        @endif
                    @endif
                    @if(isset($item->secondary_school_name3))
                        {{$secondary_school_name3}} @if(isset($item->secondary_school3_distance))
                            約{{$item->secondary_school3_distance}}m
                        @endif @if(isset($item->secondary_school_time3))
                            /&nbsp;徒歩{{$item->secondary_school_time3}}分　
                        @endif
                    @endif
                        @if(isset($item->other_primary_school_2))
                            {{$item->other_primary_school_2}}約{{$item->other_primary_school_3}}m
                            @if(isset($item->other_primary_school_3))
                                /徒歩{{ceil($item->other_primary_school_3/80)}}分　
                            @endif<br>
                        @endif
                        @if(isset($item->other_secondary_school_2))
                            {{$item->other_secondary_school_2}}約{{$item->other_secondary_school_3}}m
                            @if(isset($item->other_secondary_school_3))
                                /徒歩{{ceil($item->other_secondary_school_3/80)}}分　
                            @endif<br>
                @endif

            </tr>
        @elseif($item->property == 6 || $item->property == 7 || $item->property == null)
            <tr>
                <th>間取り</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{$item->floor_plan}}{{$item->floor_plan_name}}</td>
                <th>所在・階数</th>
                <td class="p-detail-main-sheet__right-tbl-half">
                    @if($item->maisonette==1)
                        {{$item->maisonette_from ? $item->maisonette_from : ''}}
                        〜{{$item->maisonette_to ? $item->maisonette_to : ''}}
                    @else
                        {{$item->whereabouts ? $item->whereabouts : '-'}}
                    @endif
                    階/
                    @if(optional($mansion)->underground>0)
                        地上
                    @endif{{!empty(optional($mansion)->floor) ? optional($mansion)->floor : '-'}}階
                    @if(optional($mansion)->underground>0)
                        地下{{$mansion->underground ? $mansion->underground.'階' : ''}}
                    @endif建
                </td>
            </tr>
            <tr>
                <th>構造</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{$item->construction_name}}
                    @if($item->construction_sub_name != "")
                        ・{{$item->construction_sub_name}}
                    @endif</td>
                @if (empty($mansion))
                    @if($item->age_year == null && $item->age_month == null && $item->completed_contract_month != null)
                        <th>完成予定</th>
                        <td class="p-detail-main-sheet__right-tbl-half">契約後{{$item->completed_contract_month}}ヶ月</td>
                    @elseif($item->age_year > date("Y") || ($item->age_year == date("Y") && $item->age_month >= date("m") ))
                        <th>完成予定</th>
                        <td class="p-detail-main-sheet__right-tbl-half">{{$item->age_year?? "-"}}
                            年{{$item->age_month?? "-"}}月
                        </td>
                    @else
                        <th>築年月</th>
                        <td class="p-detail-main-sheet__right-tbl-half">{{$item->age_year?? "-"}}
                            年{{$item->age_month?? "-"}}月
                        </td>
                    @endif
                @else
                    @if($mansion->age_year == null && $mansion->age_month == null)
                        <th>築年月</th>
                        <td class="p-detail-main-sheet__right-tbl-half">-</td>
                    @elseif($mansion->age_year > date("Y") || ($mansion->age_year == date("Y") && $mansion->age_month >= date("m") ))
                        <th>完成予定</th>
                        <td class="p-detail-main-sheet__right-tbl-half">{{$mansion->age_year?? "-"}}
                            年{{$mansion->age_month?? "-"}}月
                        </td>
                    @else
                        <th>築年月</th>
                        <td class="p-detail-main-sheet__right-tbl-half">{{$mansion->age_year?? "-"}}
                            年{{$mansion->age_month?? "-"}}月
                        </td>
                    @endif
                @endif
            </tr>
            <tr>
                <th>専有面積</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{$item->total_area_val}}&nbsp;m&sup2;</td>
                <th>バルコニー</th>
                <td class="p-detail-main-sheet__right-tbl-half">@if($item->balcony_direction)
                        {{ $item->getDirectionName($item->balcony_direction) }}向き
                    @endif{{$item->balcony_area_val}}&nbsp;m&sup2;
                </td>
            </tr>
            @if($item->loof_balcony_area or $item->terrace_area or $item->garden_area)
                <tr>
                    <th>面積</th>
                    <td colspan="3" class="p-detail-main-sheet__right-tbl-small">
                        @if($item->loof_balcony_area)
                            ルーフバルコニー：{{$item->loof_balcony_area_val}}&nbsp;m&sup2;
                            （{{number_format($item->loof_balcony_area_cost, 0, ",", ",")}}
                            円／@if($item->loof_balcony_area_unit==1)
                                月
                            @else
                                年
                            @endif）
                        @endif
                        @if($item->terrace_area)
                            テラス：{{$item->terrace_area_val}}&nbsp;m&sup2;
                            （{{number_format($item->terrace_area_cost, 0, ",", ",")}}円／@if($item->terrace_area_unit==1)
                                月
                            @else
                                年
                            @endif）
                        @endif
                        @if($item->garden_area)
                            専用庭：{{$item->garden_area_val}}&nbsp;m&sup2;
                            （{{number_format($item->garden_area_cost, 0, ",", ",")}}円／@if($item->garden_area_unit==1)
                                月
                            @else
                                年
                            @endif）
                        @endif
                    </td>
                </tr>
            @endif
            <tr>
                <th>管理費</th>
                <td class="p-detail-main-sheet__right-tbl-half">
                    @if($item->management_cost)
                        {{number_format($item->management_cost, 0, ",", ",")}}円／@if($item->management_cost_unit==1)
                            月
                        @else
                            年
                        @endif
                    @else
                        -
                    @endif</td>
                <th>修繕積立金</th>
                <td class="p-detail-main-sheet__right-tbl-half">
                    @if($item->repair_cost)
                        {{number_format($item->repair_cost, 0, ",", ",")}}円／@if($item->repair_cost_unit==1)
                            月
                        @else
                            年
                        @endif
                    @else
                        -
                    @endif</td>
            </tr>
            @if($item->repair_fund==1)
                <tr>
                    <th>修繕積立基金</th>
                    <td colspan="3">{{number_format($item->repair_fund_unit, 0, ",", ",")}}円／一括</td>
                </tr>
            @endif
            <tr>
                <th>その他費用</th>
                <td colspan="3" class="p-detail-main-sheet__right-tbl-small">
                    @if($item->another_cost1)
                        {{getAnotherCost($item, [1])}}
                    @endif
                    @if($item->another_cost2)
                        ／{{getAnotherCost($item, [2])}}
                    @endif
                    @if($item->another_cost3)
                        他
                    @endif
                    @if(!$item->another_cost1 and !$item->another_cost2 and !$item->another_cost3)
                        -
                    @endif
                </td>
            </tr>
            <tr>
                <th>用途地域</th>
                <td colspan="3">
                    {{$item->use_area_name??'-'}}@if($item->use_area_name != "" || $item->use_area_name != null)
                    @endif
                    @if($item->use_area_name_sub != "")
                        ・{{$item->use_area_name_sub}}
                    @endif
                    @if($item->use_area_name_sub2 != "")
                        他
                    @endif
                </td>
            </tr>
            <tr>
                <th>都市計画</th>
                <td colspan="3">
                    @if ($dataLand->city_plan == 2)
                        {{ $dataLand->getCityPlanName() }}
                    @else
                        {{ $dataLand->getCityPlanName() }}
                    @endif
                </td>
            </tr>
            <tr>
                <th>土地権利</th>
                <td class="p-detail-main-sheet__right-tbl-half">
                    @if($dataLand->land_right==1)
                        所有権
                    @elseif($dataLand->land_right==2)
                        <span>借地権のみ</span>
                    @elseif($dataLand->land_right==3)
                        <span>所有権・借地権混在</span>
                    @else
                        -
                    @endif
                </td>
                <th>総戸数</th>
                <td class="p-detail-main-sheet__right-tbl-half">{{$item->total_unit}}戸</td>
            </tr>
            @if($item->property != null)
                <tr>
                    <th>引渡し</th>
                    <td colspan="3">
                        @if($item->land_delivery == 1)
                            即
                        @elseif($item->land_delivery == 3)
                            {{$item->delivery_year}}年{{$item->delivery_month}}月
                            @if($item->land_delivery_time == 1)
                                初旬
                            @elseif($item->land_delivery_time == 2)
                                上旬
                            @elseif($item->land_delivery_time == 3)
                                中旬
                            @elseif($item->land_delivery_time == 4)
                                下旬
                            @elseif($item->land_delivery_time == 5)
                                末
                            @endif
                        @else
                            -
                        @endif
                        @if($item->move_in_conditions)
                            ／{{$item->move_in_conditions}}
                        @endif
                    </td>
                </tr>
            @else
                <tr>
                    <th>引渡し</th>
                    <td colspan="3">
                        @if($item->move_in == 1)
                            即
                        @elseif($item->move_in == 2)
                            相談
                        @elseif($item->move_in == 3)
                            指定有：{{$item->move_in_year}}年{{$item->move_in_month}}月
                        @elseif($item->move_in == 4)
                            契約後{{$item->move_in_contract_month}}ヶ月
                        @elseif($item->move_in == 5)
                            不明
                        @else
                            -
                        @endif
                        @if($item->move_in_conditions)
                            ／{{$item->move_in_conditions}}
                        @endif
                    </td>
                </tr>
            @endif
            <tr>
                <th>駐車場</th>
                <td colspan="3" style="font-size: 9px; height: auto">
                    {{$item->getParkingText()}}
                </td>
            </tr>
            <tr>
                <th>現況</th>
                <td colspan="3">
                    {{getCurrentStatusName($item->current_status, $item->property)}}
                    @if(getCurrentStatusName($item->current_status, $item->property)=='賃貸中' and ($item->current_status_val or $item->current_status_rate))
                        （
                        @if($item->current_status_val)
                            賃料：{{number_format(is_numeric($item->current_status_val) ? $item->current_status_val : intval(str_replace(',', '', $item->current_status_val)), 0, ",", ",")}}円/月　
                        @endif
                        @if($item->current_status_rate)
                            利回り：{{$item->current_status_rate}}％
                        @endif
                        ）
                    @endif
                </td>
            </tr>
            <tr>
                <th>設備</th>
                <td class="p-detail-main-sheet__right-tbl-small" colspan="3">
                    {{$item->getGasName()}}
                </td>
            </tr>
            @if($item->getInteriorText() and $item->getInteriorText()!='無')
                <tr>
                    <th class="{{ isCompanyThree() ? 'h-50px' : ''  }}">リフォーム</th>
                    <td colspan="3" class="{{ isCompanyThree() ? 'h-50px' : ''  }}">{{$item->getInteriorText()}}</td>
                </tr>
            @endif
            <tr>
                <th>管理形態</th>
                <td colspan="3">@if($item->management_name)
                        {{$item->management_name}}@else-
                    @endif</td>
            </tr>
            <tr>
                <th>管理会社</th>
                <td colspan="3">
                    @if(!isset($item->management_company) and !isset($mansion->management_company))
                        -
                    @else
                        @if (empty($mansion))
                            {{ $item->management_company }}
                        @else
                            {{ $mansion->management_company }}
                        @endif
                    @endif
                </td>
            </tr>
            <tr>
                <th class="p-detail-main-sheet__right-tbl-double">学校区</th>
                <td colspan="3" class="p-detail-main-sheet__right-tbl-double">
                    @if(!isset($item->primary_school_name) and !isset($item->secondary_school_name) && !isset($item->other_secondary_school_2) && !isset($item->other_primary_school_2))
                        -
                    @endif
                    @if(isset($item->primary_school_name))
                        {{$primary_school_name}} @if(isset($item->primary_school_distance))
                            約{{$item->primary_school_distance}}m
                        @endif @if(isset($item->primary_school_time))
                            /&nbsp;徒歩{{$item->primary_school_time}}分
                        @endif
                    @endif
                    @if(isset($item->primary_school_name2))
                        {{$primary_school_name2}} @if(isset($item->primary_school2_distance))
                            約{{$item->primary_school2_distance}}m
                        @endif @if(isset($item->primary_school_time2))
                            /&nbsp;徒歩{{$item->primary_school_time2}}分
                        @endif
                    @endif
                    @if(isset($item->primary_school_name3))
                        {{$primary_school_name3}} @if(isset($item->primary_school3_distance))
                            約{{$item->primary_school3_distance}}m
                        @endif @if(isset($item->primary_school_time3))
                            /&nbsp;徒歩{{$item->primary_school_time3}}分
                        @endif
                    @endif
                    @if(isset($item->secondary_school_name))
                        {{$secondary_school_name}} @if(isset($item->secondary_school_distance))
                            約{{$item->secondary_school_distance}}m
                        @endif @if(isset($item->secondary_school_time))
                            /&nbsp;徒歩{{$item->secondary_school_time}}分
                        @endif
                    @endif
                    @if(isset($item->secondary_school_name2))
                        {{$secondary_school_name2}} @if(isset($item->secondary_school2_distance))
                            約{{$item->secondary_school2_distance}}m
                        @endif @if(isset($item->secondary_school_time2))
                            /&nbsp;徒歩{{$item->secondary_school_time2}}分
                        @endif
                    @endif
                    @if(isset($item->secondary_school_name3))
                        {{$secondary_school_name3}} @if(isset($item->secondary_school3_distance))
                            約{{$item->secondary_school3_distance}}m
                        @endif @if(isset($item->secondary_school_time3))
                            /&nbsp;徒歩{{$item->secondary_school_time3}}分
                        @endif
                    @endif

                    @if(isset($item->other_primary_school_2))
                        {{$item->other_primary_school_2}}約{{$item->other_primary_school_3}}m
                        @if(isset($item->other_primary_school_3))
                            /徒歩{{ceil($item->other_primary_school_3/80)}}分　
                        @endif<br>
                    @endif
                    @if(isset($item->other_secondary_school_2))
                        {{$item->other_secondary_school_2}}約{{$item->other_secondary_school_3}}m
                        @if(isset($item->other_secondary_school_3))
                            /徒歩{{ceil($item->other_secondary_school_3/80)}}分　
                        @endif<br>
                    @endif

                </td>
            </tr>
        @endif
    </table>

{{--    <span class="p-detail-main-sheet__left-right @if($item->property == 4 || $item->property == 5) p-detail-main-sheet__left-right-house @endif">--}}
{{--                @if($item->classfication == 2 or $item->classfication == 3)--}}
{{--            ■--}}
{{--            @if($item->classfication != 1)--}}
{{--                @if($item->property == 4 || $item->property == 5)--}}
{{--                    売買区分：{{$item->trading_classfication == 1 ? '一棟売　' : '一括売　'}}--}}
{{--                @elseif(empty($item->property))--}}
{{--                    売買区分：{{$item->trading_classfication == 1 ? '一室売　' : '一括売　'}}--}}
{{--                @endif--}}
{{--                @if($item->classfication == 2)--}}
{{--                    事業用用途：{{!empty($item->use_method) && $item->classfication == 2 ? $item->getUserMethod() : '-'}}--}}
{{--                    事業用引渡し状態：--}}
{{--                    @php--}}
{{--                        $names = ['-', '造作譲渡あり', '造作譲渡なし', '設備無償譲渡', 'スケルトン渡し'];--}}
{{--                        echo $names[$item->business_status] ?? '';--}}
{{--                    @endphp--}}
{{--                @elseif($item->classfication == 3)--}}
{{--                    {{ str_replace('<br>','　',$item->getInvestmentPerformance()) }}--}}

{{--                @endif--}}
{{--            @endif--}}
{{--        @endif--}}
{{--        @if($item->land_right == 2 or $item->land_right == 3)--}}
{{--            @switch($item->land_right)--}}
{{--                @case(0)--}}
{{--                @break--}}
{{--                @case(1)--}}
{{--                @break--}}
{{--                @case(2)--}}
{{--                @case(3)--}}
{{--                <br>--}}
{{--                <span>--}}
{{--                          ■借地権種別：{{ getLeaseholdKind($item->leasehold_kind) }}--}}
{{--                      </span>--}}
{{--                <br>--}}
{{--                <span>--}}
{{--                          地代：--}}
{{--                          @if ($item->land_rent == 1)--}}
{{--                        {{ $item->land_rent_val }}円/--}}
{{--                        @php--}}
{{--                            $landUnits = ["", "月", "年", "一括"];--}}
{{--                        @endphp--}}
{{--                        {{ $landUnits[$item->land_rent_unit] ?? "" }}--}}
{{--                    @else--}}
{{--                        無--}}
{{--                    @endif--}}
{{--                      </span>--}}
{{--                <br>--}}
{{--                <span>--}}
{{--                          借地期間：{{ $item->leasehold_period == 1 ? "残存" : "新規" }} ({{ $item->leasehold_period_year }}年{{ $item->leasehold_period_month }}ヶ月)--}}
{{--                      </span>--}}
{{--                <br>--}}
{{--                <span>--}}
{{--                          権利金：--}}
{{--                          @if ($item->right_cost == 0)--}}
{{--                        無--}}
{{--                    @else--}}
{{--                        有(価格に含む) ({{ $item->right_cost_val }}万円)--}}
{{--                    @endif--}}
{{--                      </span>--}}
{{--                <br>--}}
{{--                <span>--}}
{{--                          保証金：--}}
{{--                          @if ($item->deposit_cost == 0)--}}
{{--                        無--}}
{{--                    @else--}}
{{--                        有 ({{ $item->deposit_cost_val }}万円)--}}
{{--                    @endif--}}
{{--                      </span>--}}
{{--                <br>--}}
{{--                <span>--}}
{{--                          敷金：--}}
{{--                          @if ($item->security_deposit_cost == 0)--}}
{{--                        無--}}
{{--                    @else--}}
{{--                        有 ({{ $item->security_deposit_cost_val }}万円)--}}
{{--                    @endif--}}
{{--                      </span>--}}
{{--                <br>--}}
{{--                <span>--}}
{{--                          借地権その他契約事項：{{ $item->other_leasehold }}--}}
{{--                      </span>--}}
{{--                <br>--}}
{{--                @if ($item->land_right == 3)--}}
{{--                    <span>--}}
{{--                              借地権割合：{{ $item->leasehold_rate }}%--}}
{{--                          </span>--}}
{{--                    <br>--}}
{{--                @endif--}}
{{--                @php--}}
{{--                    $isMore = [3, 4, 7, 8];--}}
{{--                @endphp--}}
{{--                @if (in_array($item->leasehold_kind, $isMore))--}}
{{--                    <span>--}}
{{--                              @php--}}
{{--                                  $registrationsText = ["未選択", "可", "不可", "相談"];--}}
{{--                              @endphp--}}
{{--                              定期借地権設定登記：{{ $registrationsText[$item->regular_leased_registration] ?? "" }}--}}
{{--                          </span>--}}
{{--                    <br>--}}
{{--                    <span>--}}
{{--                              @php--}}
{{--                                  $seasonsText = ["未選択", "一定期間毎", "事前協議により決定"];--}}
{{--                              @endphp--}}
{{--                              定期借地権賃料改定時期：{{ $seasonsText[$item->regular_leased_season] ?? "" }}--}}
{{--                        {{ $item->regular_leased_season == 1 ? $item->regular_leased_season_nen . "年毎" : "" }}--}}
{{--                          </span>--}}
{{--                    <br>--}}
{{--                    <span>--}}
{{--                              @php--}}
{{--                                  $costsText = ["未選択", "公式", "事前協議により決定"];--}}
{{--                              @endphp--}}
{{--                              定期借地権賃料改定額：{{ $costsText[$item->regular_leased_cost] ?? "" }}--}}
{{--                          </span>--}}
{{--                    <br>--}}
{{--                    <span>--}}
{{--                              @php--}}
{{--                                  $transfersText = ["未選択", "可", "不可"];--}}
{{--                              @endphp--}}
{{--                              定期借地権譲渡転貸：{{ $transfersText[$item->regular_leased_transfer] ?? "" }}--}}
{{--                        @if ($item->regular_leased_transfer == 1)--}}
{{--                            <br>--}}
{{--                            <span>--}}
{{--                                      @php--}}
{{--                                          $transferMethodsText = ["未選択", "承諾不要", "通知要", "承諾要"];--}}
{{--                                      @endphp--}}
{{--                                      &nbsp;&nbsp;&nbsp;承諾要否・方法：{{ $transferMethodsText[$item->regular_leased_transfer_method] }}--}}
{{--                                  </span>--}}
{{--                            <br>--}}
{{--                            <span>--}}
{{--                                      @php--}}
{{--                                          $transferNecessitiesText = ["未選択", "要", "不要", "未定"];--}}
{{--                                      @endphp--}}
{{--                                      &nbsp;&nbsp;&nbsp;承諾料要否：{{ $transferNecessitiesText[$item->regular_leased_transfer_necessity] }}--}}
{{--                                  </span>--}}
{{--                            <br>--}}
{{--                            <span>--}}
{{--                                      @php--}}
{{--                                          $transferConsentsText = ["未選択", "地主", "転貸主"];--}}
{{--                                      @endphp--}}
{{--                                      &nbsp;&nbsp;&nbsp;承諾者：{{ $transferConsentsText[$item->regular_leased_transfer_consent] }}--}}
{{--                                  </span>--}}
{{--                        @endif--}}
{{--                          </span>--}}
{{--                    <br>--}}
{{--                @endif--}}
{{--                @break--}}
{{--            @endswitch--}}
{{--        @endif--}}
{{--        @if(isset($item->dataLand) && ($item->dataLand->land_right == 2 or $item->dataLand->land_right == 3))--}}
{{--            ■@include('business.objects.components.land-right', ['dataLand' => $item->dataLand])--}}
{{--        @endif--}}
{{--        @if (empty($item->mansion) and $item->getLowRestrictionName())--}}
{{--            ■法令上の制限：{{str_replace('<br>',', ',$item->getLowRestrictionName())}}--}}
{{--        @elseif(!empty($item->mansion) && $item->mansion->getLowRestrictionName())--}}
{{--            ■法令上の制限：{{str_replace('<br>',', ',$item->mansion->getLowRestrictionName())}}--}}
{{--        @endif--}}
{{--        @if (empty($item->mansion) and $item->getOtherRestriction())--}}
{{--            ■その他制限事項：{{str_replace('<br>',', ',$item->getOtherRestriction())}}--}}
{{--        @elseif(!empty($item->mansion) && $item->mansion->getOtherRestriction())--}}
{{--            ■その他制限事項：{{str_replace('<br>',', ',$item->mansion->getOtherRestriction())}}--}}
{{--        @endif--}}
{{--        @if($item->getExteriorHTML() and $item->getExteriorHTML()!='無')--}}
{{--            ■リフォーム外装：{!! $item->getExteriorHTML() !!}--}}
{{--        @endif--}}
{{--        @if($item->getInteriorHTML() and $item->getInteriorHTML()!='無')--}}
{{--            ■リフォーム内装：{!! $item->getInteriorHTML() !!}--}}
{{--        @endif--}}
{{--        @if($item->architecture_no)--}}
{{--            ■建築確認：{{$item->architecture_no??'-'}}--}}
{{--        @endif--}}
{{--        @if( $item->develop_num)--}}
{{--            ■開発許可：{{$item->develop_num??'-'}}--}}
{{--        @endif--}}
{{--                </span>--}}
{{--    <span class="p-detail-main-sheet__left-right">■図面と現況が異なる場合は、現況優先とします。■掲載物件は成約済・売却中止になる場合があります。</span>--}}
</div>
