@extends('frontend.main_master') @section('main') @section('title', $Article->meta_title) @section('description', $Article->meta_description) @section('og_title', $Article->meta_title) @section('og_description', $Article->meta_description) @section('og_image', asset($Article->post_image)) @php $page_url = url()->current(); @endphp

{{ $Article->tamil_title }}

By {{ ucwords($Article->post_author) }} | Published on {{ date('d M Y', strtotime($Article->post_updated_date)) }}

{{ $Article->english_title }}

Category: {{ ucwords($Article['Category'] ['category_name']) }}
Sub Category: {{ ucwords($Article['SubCategory'] ['sub_category_name']) }}

{{ $Article->post_description_tamil }}

{!! $Article->post_content !!}
@include('frontend.body.archive_sidebar')
@endsection