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

{{ $title }}

@if(!empty($postContents)) {!!$postContents!!} @endif
@if(!empty($relateKeyWords) || !empty($moreKeywords))

關鍵字

@if(!empty($relateKeyWords)) @foreach($relateKeyWords as $kid=>$keyword) #{{$keyword}} @endforeach @endif @if(!empty($moreKeywords)) @foreach($moreKeywords as $mk=>$searchCount) @if(!in_array($mk,$relateKeyWords) && $mk !== $keywordInfo->keyword) #{{$mk}} @endif @endforeach @endif
@endif @if(!empty($relatePosts))

相關文章

@endif @if(!empty($keywordData) && $keywordData->count() > 0)

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

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