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

{{ $seotitle }}

@if($keywordInfo->created_at > $keywordInfo->updated_at)

@else

@endif @if(!empty($infoData['detail'])) @foreach($infoData['detail'] as $dkey=>$detail)
@if(!empty($detail['url'])) {{$dkey}}: {!!nl2br($detail['string'])!!} @else {{$dkey}}: {!!nl2br($detail['string'])!!} @endif
@endforeach @endif

相關社群貼文:

@if(!empty($infoData['social']))
@foreach($infoData['social'] as $k=>$social) @if($k == 0)
{!!$social['string']!!}
@else
{!!$social['string']!!}
@endif @endforeach
@endif
@if(!empty($keywordData) && $keywordData->count() > 0)

{{$keywordInfo->keyword}}相關搜尋相關結果都幫你找好了

@foreach($keywordData as $oneData) @endforeach
@endif @if(!empty($relateKeyWords))

{{$keywordInfo->keyword}}相關關鍵字

@foreach($relateKeyWords as $kid=>$keyword) #{{$keyword}} @endforeach
@endif
{{ csrf_field() }} @endsection @push('stylesheet') @endpush @push('scripts') @endpush