@extends('frontend.layout.app') @section('seo_title'){{ $post_single->title }}@endsection @section('seo_meta_description'){{ $post_single->meta_description }}@endsection @section('main_content')

{{ $post_single->heading }}

{{ $post_single->created_at->format('d') }} {{ $post_single->created_at->format('F') }}, {{ $post_single->created_at->format('Y') }}
{{ $post_single->total_view }}
{!! $post_single->description !!}
@endsection