Sidebar

{{--
--}}

Categorías:

    {{-- Todas las categorías --}}
  • Todas las categorías ({{ \App\Models\Post::count() }})
  • {{-- Populares --}} @foreach ($categoriasPopulares as $cat)
  • {{ $cat->nombre }} ({{ $cat->posts_count }})
  • @endforeach
{{--

Otras categorías:

    @foreach ($otrasCategorias as $cat)
  • {{ $cat->nombre }} ({{ $cat->posts_count }})
  • @endforeach
--}}

Noticias:

@forelse ($ultimasNoticias as $noticia)
Imagen de la noticia

{{ Str::limit($noticia->title, 60) }}

{{ $noticia->published_at ? $noticia->published_at->format('d M Y') : 'Sin fecha' }}
@empty

No hay noticias recientes.

@endforelse

¡Síguenos!

{{--

Your banner here!

--}} Banner