@extends('layouts.pages') @section('content')

{!!$zipcodeData[0]->Region!!}{!!$zipcodeData[0]->Town!!}民宿詳細資訊及社群評論

@foreach($zipcodeData as $hotel)
@if(!empty($hotel->posts)) @foreach($hotel->posts as $key=>$post) @if($key <= 2) @endif @endforeach @endif
@endforeach
@foreach($hotelAllRegion->groupBy('Region') as $region=>$regionData)
@if(!empty($region) && $regionData->count()>0)
#{!!$region!!}({!!$regionData->count()!!})
@endif
@foreach($regionData->groupBy('Zipcode') as $zipcode=>$zipcodeData) @if(!empty($zipcode) && $zipcodeData->count()>0) {!!$zipcodeData->first()->Town!!}({!!$zipcodeData->count()!!}) @endif @endforeach
@endforeach
{{ csrf_field() }} @endsection @push('stylesheet') @endpush @push('scripts') @endpush