@extends('front.layouts.app') @section('content')
@include('front.partials.breadcrumbs')

{{ $post->title }}

{{ $post->published_at->format('jS F Y') }}By FutureWalker
Quick News Bite:
{{ $post->bites }}
{!! $content !!}
@include('front.partials.sidebar')
@endsection @push('top_head') {!! $breadcrumb_context !!} @endpush