@extends('layouts.marketing') @section('title', 'Fotospiel - Blog') @section('content')

Fotospiel Blog

Tipps, News und Anleitungen zu perfekten Event-Fotos mit QR-Codes, PWA und mehr. Bleib informiert!

Mehr über Fotospiel

Aktuelle Blog-Posts

@if ($posts->count() > 0)
@foreach ($posts as $post)
@if ($post->featured_image) {{ $post->title }} @endif

{{ $post->title }}

{{ Str::limit($post->excerpt, 150) }}

Veröffentlicht am {{ $post->published_at->format('d.m.Y') }}

Lesen
@endforeach
@if ($posts->hasPages())
{{ $posts->links() }}
@endif @else

Noch keine Posts verfügbar. Bleib dran!

@endif
@endsection