noticias y blogs

Nuestro Ășltimo blog de productos innovadores

shapes
@foreach ($latestBlogs as $blog)
{{ $blog->title }}
{{ $blog->category->name }}
  • {{ $blog->user->name }}
  • {{ date('d M Y', strtotime($blog->created_at)) }}
  • {{ $blog->comments_count }} comment
{{ truncate($blog->title, 30) }}
@endforeach