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

{{ $post->title }}

@foreach ($post->keywords as $keyword) @if ($keyword == $post->main_keyword)

{{ $keyword }}

@else

{{ $keyword }}

@endif @endforeach
{{ $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