@extends('layouts.app') @section('title', 'Gallery — De Eventa') @section('content')

Our Portfolio

Event Gallery

{{-- Category Filter --}}
All @foreach($categories as $cat) {{ $cat->name }} @endforeach
{{-- Grid --}}
@forelse($images as $img) @empty
Gallery images coming soon.
@endforelse
{{-- Lightbox --}}
@endsection