@extends(get_view('index')) @section('title') @endsection @section('header') @endsection @section('content')
Paylaşım Sayısı: {{ $post_category->posts->count() }}
@if (isset($post_category->content->content) && $post_category->content->content != null) @if ( strlen($post_category->content->content) > 255 ) {!! substr($post_category->content->content, 0, 255) !!}... @else {!! $post_category->content->content !!} @endif @endif{{ $item->post->content->description ?? '' }}
{{ $item->post->created_at->diffForHumans() }}