@extends('layouts.app') @section('content')
{{ $post_user->name }} {{ $post->created_at->diffForHumans() }}

{{ $post->title }}

{{ $post->body }}

@auth @endauth
@include('comments.post_comments')
@endsection @section('script') {{-- script --}} @include('includes.scripts.toggle_like_script') @include('includes.scripts.create_comment_script') @endsection