{{ $post->postCategories->first()->title }}
{{ $post->title }}
{{ 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' => 'collections', ])