@extends(get_view('index')) @section('title'){{ $post->content->title }} - @endsection @section('description'){{ $post->content->description ?? $post->content->title }}@endsection @section('author'){{ $post->user->name }}@endsection @section('header') @endsection @section('content')
{!! $post->content->description !!}
{{ translate('shared_by') }}: {{ $post->user->name }} | {{ translate('date') }}: {{ $post->created_at->diffForHumans() }}
{{$comment->getUser->name}}
{{$comment->created_at->format("d-m-Y")}}