@extends('foreground.layouts.frame') @section('body') @include("foreground.layouts.alert")
@include('foreground.layouts.header', [ 'current' => 'column', ])
{{ Breadcrumbs::render('eventRecapShow', $post) }}

[{{ $postCategory }}]{{ $title }}

{!! $content !!}
@include('foreground.layouts.footer')
@endsection