@extends('layouts.front') @section('page_title', $post->title . ' | ' . $category->name . ' |' ) @section('meta_info') {{----}} {{-- --}} @endsection @section('extra_css') @endsection @section('extra_js')
@endsection @section('main_content')

{{ $post->writer_name }}

Published:
{{ $post->created_at }} BdST

{{ $post->subtitle }}{{ $post->title }}


{{ $post->photo_caption }}

{!! $post->post_content !!}

Unauthorized use or reproduction of The Finance Today content for commercial purposes is strictly prohibited.

{{--column left--}}
@endsection