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

{{ $info->Name }}

@if(!empty($info->Description))
{!!$info->Description!!}
@endif @if(!empty($info->Gov))
立案編號: {!!$info->Gov!!}
@endif @if(!empty($info->Class))
星級: @for($i = 1; $i <= $info->Class; $i++) @endfor @for($i = 1; $i <= 5-$info->Class;$i++) @endfor
@endif @if(!empty($info->Tel))
電話: {!!$info->Tel!!}
@endif @if(!empty($info->Parkinginfo))
停車資訊: {!!$info->Parkinginfo!!}
@endif @if(!empty($info->Spec))
房型價格: {!!$info->Spec!!}
@endif @if(!empty($info->Serviceinfo))
提供服務: {!!implode(",",array_filter(explode(",",strip_tags($info->Serviceinfo)),'strlen'))!!}
@endif @if(!empty($info->TotalNumberofRooms))
房間數: {!!$info->TotalNumberofRooms!!}
@endif @if(!empty($info->TotalNumberofPeople))
最大人數: {!!$info->TotalNumberofPeople!!}
@endif @if(!empty($info->LowestPrice) && !empty($info->CeilingPrice))
價格區間: {!!$info->LowestPrice!!}~{!!$info->CeilingPrice!!}
@endif @if(!empty($info->Website))
官方網站: {!!$info->Website!!}
@endif
@if(!empty($info->Picture1) && !empty($info->Picdescribe1)) {!!$info->Picdescribe1!!} @endif
@if(!empty($info->Picture2) && !empty($info->Picdescribe2)) {!!$info->Picdescribe2!!} @endif
@if(!empty($info->Picture3) && !empty($info->Picdescribe3)) {!!$info->Picdescribe3!!} @endif
@if(!empty($info->Px) && !empty($info->Py))
@endif @if(!empty($posts))

關於{{ $info->Name }}的社群資訊

@foreach($posts as $post)
@endforeach
@if(!empty($paginator)) {{ $paginator->links() }} @endif
@endif
@if(!empty($relateKeyWords))

{{ $info->Name }}相關關鍵字

@foreach($relateKeyWords as $kid=>$keyword) #{{$keyword}} @endforeach
@endif @if(!empty($keywordData) && $keywordData->count() > 0)

搜尋相關結果都幫你找好了

@foreach($keywordData as $oneData) @endforeach
@endif
{{ csrf_field() }} @endsection @push('stylesheet') @endpush @push('scripts') @endpush