@extends('layouts.ssipages') @section('content')
@if(!empty($relateKeyWords))
@foreach($relateKeyWords as $kid=>$keyword) @if($count < 10) #{{$keyword}} @endif @endforeach
@endif

{{ $title }}

查詢多篇網路文章後,發現{{$keywordInfo->keyword}}最有用的網路相關文章是{{$info->title}},在文章一開頭就說到{{mb_substr(preg_replace('/\s+/','',$info->description),0,50,"utf-8")}}...還有更多文章內容可以到{{parse_url($info->url, PHP_URL_HOST)}}一探究竟

您即將離開本網站

並前往{{$info->url}}

確認離開 @if(!empty(request()->headers->get('referer'))) 返回上頁 @else 返回上層 @endif

相關文章

    @if(!empty($relatePosts)) @foreach($relatePosts as $relate)
  • {{$relate->title}}
  • @endforeach @endif
{{ csrf_field() }} @endsection @push('stylesheet') @endpush @push('scripts') @endpush