@extends('layouts.app') @section('title', 'Showroom Photo Gallery') @section('content') @if(session('success')) @endif
Showroom Photography Portfolio
@forelse($galleries as $photo)
{{ $photo->title }}
{{ $photo->category }}
{{ $photo->title }}
@empty
No photos in gallery. Click "Upload New Photo" to add one.
@endforelse
@endsection