| Название | Дата создания | Дата изменения | |
|---|---|---|---|
|
{{ $post->name }}
{{ $post->city }} |
{{ $post->created_at->diffForHumans() }} | @if ($post->created_at != $post->updated_at) {{ $post->updated_at->diffForHumans() }} @else — @endif |
|