@extends('layouts.app') @section('content')
{{ \Carbon\Carbon::instance($post->date_post)->diffForHumans() }}
{{ $post->content }}