@php use App\Libraries\Text;use Carbon\Carbon; @endphp @extends('foreground.layouts.frame') @section('titleBanner') Banner描述 @endsection @section('body') @include('foreground.layouts.gtm') @include("foreground.layouts.alert") @include('foreground.layouts.header', [ 'current' => 'news', ])
{{ Breadcrumbs::render('newsShow', $post) }}
{{ $postCategory }}

{{ $title }}

{!! $content !!}

更多消息

@foreach($otherPosts as $post) @if($loop->index >= 3) @break @endif @endforeach
@include('foreground.layouts.pagetop') @include('foreground.layouts.footer') @endsection