@extends('layouts.app') @section('content')
Views: {{ $post->views_count }}
Created: {{ $post->created_at->format('M d, Y H:i') }}
Last Updated: {{ $post->updated_at->format('M d, Y H:i') }}