@extends('front.layouts.master') @section('main_content')

{{ $post->title }}

{{ $post->created_at->format('d M, Y') }}
{{ $post->total_views }}
{!! $post->description !!}
@endsection