@extends('layouts.app') @section('title', 'Gallery — ' . config('gerg.name')) @section('content') @include('partials.page-hero', ['title' => 'Gallery', 'subtitle' => 'Projects, events, and milestones across the Golden Era Royal Group.', 'breadcrumb' => 'Gallery'])
@php $galleryImages = [ ['file' => '5.jpg', 'title' => 'GERGstore', 'slug' => 'gergstore'], ['file' => '2 (1).jpg', 'title' => 'Uthhan', 'slug' => 'uthhan'], ['file' => '14.jpg', 'title' => 'Activity', 'slug' => 'activity'], ['file' => '0.3.jpg', 'title' => 'GERG 1st Anniversary Celebrations', 'slug' => 'gerg-1st-anniversary-celebrations'], ['file' => '9.jpg', 'title' => 'GERG 2nd Anniversary Celebrations', 'slug' => 'gerg-2nd-anniversary-celebrations'], ['file' => '13.jpg', 'title' => 'GERG 3rd Anniversary Celebrations', 'slug' => 'gerg-3rd-anniversary-celebrations'], ['file' => '16.jpg', 'title' => 'GERG 4th Anniversary Celebrations', 'slug' => 'gerg-4th-anniversary-celebrations'], ['file' => '1 (1).jpg', 'title' => 'GERG 5th Anniversary Celebrations', 'slug' => 'gerg-5th-anniversary-celebrations'], ['file' => '3 (1).jpg', 'title' => 'Achievers Gallery', 'slug' => 'achievers-gallery'], ]; @endphp @foreach ($galleryImages as $image) {{ $image['title'] }}

{{ $image['title'] }}

View Gallery

@endforeach
@endsection