/home/techb158/immovalet.com/platform/themes/shopwise/views/templates
NameSizeModeActions
posts.blade.php15600644editdlrm
Edit: /home/techb158/immovalet.com/platform/themes/shopwise/views/templates/posts.blade.php (1560B)
@if ($posts->count() > 0) @foreach ($posts as $post)
{{ $post->name }}
{{ $post->name }}
  • {{ $post->created_at->translatedFormat('M d, Y') }}
  • {{ number_format($post->views) }} {{ __('Views') }}

{{ Str::limit($post->description, 110) }}

{{ __('Read More') }}
@endforeach
{!! $posts->appends(request()->query())->links() !!}
@endif