{{ $otherPostCategory($post) }}
{{ $otherPostTitle($post) }}
{{ Text::summary($post->content, 300) }}
@php use App\Libraries\Text;use Carbon\Carbon; @endphp @extends('foreground.layouts.frame') @section('titleBanner') @endsection @section('body')
@include('foreground.layouts.gtm') @include("foreground.layouts.alert") @include('foreground.layouts.header', [ 'current' => 'news', ]){{ $otherPostCategory($post) }}
{{ Text::summary($post->content, 300) }}