@php $amenityIndex = 0; @endphp
AMENITY
@if ($item['isInternetAccess']) @php $amenityIndex += 1; @endphp
インターネットアクセス(無線)
@endif @if ($item['isRefrigerator']) @php $amenityIndex += 1; @endphp
冷蔵庫
@endif @if ($item['isTowels']) @php $amenityIndex += 1; @endphp
タオル類
@endif @if ($item['isBathrobe']) @php $amenityIndex += 1; @endphp
バスローブ
@endif @if ($item['isEspressoMaker']) @php $amenityIndex += 1; @endphp
エスプレッソメーカー、ティーセット
@endif @if ($item['isTvSet']) @php $amenityIndex += 1; @endphp
テレビ/VOD
@endif @if ($item['isHairdryer']) @php $amenityIndex += 1; @endphp
ドライヤー
@endif @if ($item['isHanger']) @php $amenityIndex += 1; @endphp
ハンガー
@endif @if ($item['isShampoos']) @php $amenityIndex += 1; @endphp
シャンプー類
@endif @if ($item['isToothbrush']) @php $amenityIndex += 1; @endphp
歯ブラシ
@endif @if ($item['isSoap']) @php $amenityIndex += 1; @endphp
石鹸
@endif @if ($item['isBodyTowel']) @php $amenityIndex += 1; @endphp
ボディタオル
@endif @if ($item['isCottonSwab']) @php $amenityIndex += 1; @endphp
綿棒
@endif @if ($item['isCosmetics']) @php $amenityIndex += 1; @endphp
化粧品
@endif @if ($item['isSewingKit']) @php $amenityIndex += 1; @endphp
ソーイングキット
@endif @if ($item['isShaving']) @php $amenityIndex += 1; @endphp
髭剃り
@endif @if ($item['isHairbrush']) @php $amenityIndex += 1; @endphp
ヘアブラシ
@endif
全てのアメニティを表示