{{$item->article_name}} @if($item->price and $item->status!=4 and $item->status!=5) {{number_format($item->price, 0, ",", ",")}}万円@if($item->tax==2)@endif @endif No.{{$item->building_id}}

@if(isset($photosOutdoor)) @if(empty($photosOutdoor)) @endif
室内 ({{count($photos)}})
屋外 ({{count($photosOutdoor)}})
    @foreach($photos as $photo)
  • {{ $photo->memo }}

  • @endforeach @foreach($photosOutdoor as $photo)
  • {{ $photo->memo }}

  • @endforeach
@elseif(isset($photoIn) && isset($photoOut))
室内 ({{count($photoIn)}})
屋外 ({{count($photoOut)}})
    @foreach($photoOut as $photo)
  • {{ $photo->memo }}

  • @endforeach @foreach($photoIn as $photo)
  • {{ $photo->memo }}

  • @endforeach
@else
屋外 ({{count($photos)}})
    @foreach($photos as $photo)
  • {{ $photo->memo }}

  • @endforeach
@endif
@if(isset($photosOutdoor) || isset($photoOut)) @if(isset($photosOutdoor)) @endif @if(isset($photoOut)) @endif @else @endif {{----}}