@extends('layouts.app') @section('title', "MJ's Bikes & Accessories - Showroom & Events Gallery") @section('content')

Photo Gallery

Browse through our showroom highlights, workshop deliveries, and local events.

@forelse($galleryItems as $item) @php $imgUrl = mjs_image($item->image_path, $item->id); @endphp @empty
No Photos Uploaded

Our gallery portfolio is currently empty.

@endforelse
@forelse($galleryItems as $item) @php $imgUrl = mjs_image($item->image_path, $item->id); @endphp @empty
No Photos Uploaded

Our gallery portfolio is currently empty.

@endforelse
@endsection @section('scripts') @endsection