@extends('layouts.app') @section('title', 'Gallery') @section('content')
{{-- ================= HEADING ================= --}}

Galeri

Dokumentasi kegiatan dan momen berharga di Pondok

{{-- ================= FILTER ================= --}}
  • View All
  • @foreach($categories as $category)
  • {{ $category->name }}
  • @endforeach
{{-- ================= GALLERY GRID ================= --}}
@foreach($galleries as $item) @php $cover = $item->images[0] ?? null; @endphp @endforeach
{{-- ================= SCROLL TO TOP ================= --}} @push('scripts') @endpush
@endsection