@if(count($posts) > 0) @foreach ($posts as $post) @php $postCategory = $post->getCategory(); @endphp
{{ $postCategory->language->name }} ยท {{ trans('translations.publish-date') }} {{ date('d/m/Y', $post->publish_date) }} {{ $post->language->title }}

{{ $post->language->short_content }}

{{ trans('translations.read-more') }}
@endforeach @endif
{{ $posts->links('templates.'.$template.'.modules.blog-recent.common.pagination') }}