Add (view): Show publish date on views

This commit is contained in:
2023-07-31 00:24:21 +08:00
parent ad384c5fc2
commit 73062716b9
3 changed files with 6 additions and 3 deletions

View File

@@ -38,7 +38,8 @@
href="{{ route('home.country.category', ['country' => $country_locale->country_iso, 'category' => $post_category->category->slug]) }}">{{ $post_category->category->name }}</a>
</small>
@endforeach
{{-- <small class="text-body-secondary ms-2">3 min read</small> --}}
<small
class="text-body-secondary ms-2">{{ $post->publish_date->format('j F Y') }}</small>
</p>
</div>