@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')
{{ translate('shared_by') }}:
{{ $post->user->name }}
{{ translate('date') }}:
{{ $post->created_at->diffForHumans() }}
{!! $post->content->description !!}
E-posta adresiniz yayınlanmayacak gerekli alanlar * ile işaretlenmiştir.
{{ $comment->getUser->name }}
{{ $comment->comment_text }}
{{ $comment->created_at->diffForHumans() }}