@extends('post.layout')

{{ __('Post Details') }}

Post Name: {{ $post->post_title }}
Description: {{ $post->post_desc }}
Created On: {{ $post->created_at }}