Blog y Eventos | Toshihiko Koga Judo Club

Nuestro Blog y Noticias

Enterate de las últimas novedades del club, seminarios especiales, exámenes de grado y artículos sobre la filosofía del Judo.

@if($featuredPost)
@if($featuredPost->image_path) {{ $featuredPost->title }} @else
@endif
Destacado
{{ $featuredPost->published_at->format('d M Y') }} {{ $featuredPost->category ?? 'Sin categoría' }}

{{ $featuredPost->title }}

{{ $featuredPost->excerpt ?? Str::limit(strip_tags($featuredPost->content), 150) }}

@endif

Últimas Publicaciones

@forelse($posts as $post)
@if($post->image_path) {{ $post->title }} @else
@endif
{{ $post->category ?? 'Noticia' }}
{{ $post->published_at->format('d M, Y') }}

{{ $post->title }}

{{ $post->excerpt ?? Str::limit(strip_tags($post->content), 100) }}

@empty

No hay publicaciones por el momento.

@endforelse
{{ $posts->links() }}