@extends('front.layouts.pages-layout') @section('pageTitle',isset($pageTitle) ? $pageTitle : "{{Str::ucfirst($post->post_title)}}") @section('meta_tags') @endsection @section('content') {{--

News Details

--}}
{{day_formatter($post->created_at)}} {{month_formatter($post->created_at)}}
{{-- --}}
@endsection @push('stylesheets') @endpush @push('scripts') @endpush