@extends('layouts.app') @section('title','Event Gallery | Conference Rentals Zambia') @section('content')

Event Gallery

Browse conference, corporate and live-event work published by our team.

@foreach($albums as $album)
{{ $album->title }}
{{ optional($album->event_date)->format('d M Y') }} · {{ $album->location }}

{{ $album->title }}

{{ $album->description }}

View Album →
@endforeach
@endsection