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

QA問答網-蒐集各式常見網路問答快速解答

QA問答網
@if(!empty($superSearchHomepage))
@foreach($superSearchHomepage as $key=>$keyPrint)
@if(!empty($keyPrint['article'])) @foreach($keyPrint['article'] as $article)
{{$article['keyword']}}

{{$article['title']}}

{{mb_substr($article['description'],0,200,"utf-8")}}...

@endforeach @endif
@endforeach
@endif
{{ csrf_field() }} @endsection @push('stylesheet') @endpush @push('scripts') @endpush