@extends('layouts.app') @section('content')
Email
WA

Galeri Kegiatan Desa

{{-- Category-first view: show categories when no category selected --}} @if(empty($selectedKategori))
@forelse(($categories ?? collect()) as $category)
@php $thumb = $categoryThumbs[$category] ?? null; @endphp @if($thumb) {{ $category }} @else
@endif
{{ $categoryCounts[$category] ?? 0 }} Foto

{{ $category }}

@empty
Belum ada kategori galeri.
@endforelse
@else

Kategori: {{ $selectedKategori }}

← Semua Kategori
@foreach($galeri as $item)
{{ $item->judul }}

{{ $item->judul }}

Lihat Detail →
@endforeach
{{ $galeri->links() }}
@endif
@endsection