@extends('main') @section('title' , "| $titleTag ") @section('content')
{!! $post->body !!}
Kategoria: {{ $post->category->name }}
Autor postu: {{ $post->user->name }}
{{ date('F nS, Y - G:i' , strtotime($comment->created_at)) }}
{{ $comment->user->name }}
{{ date('F nS, Y - G:i' , strtotime($comment->created_at)) }}