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

@if($articleInfo->created_at > $articleInfo->updated_at) @else @endif

{{ $title }}

{{$articleInfo->title}} {!! nl2br(htmlspecialchars(strip_tags($content,""))) !!}
@if(!empty($relatedBposts))

{{$keywordInfo->keyword}}相關文章

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

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

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