@extends('frontend.v2.layout.app') @section('title', $title) @section('content')

Gallery List

@forelse($galleries as $gallery)
{{ $gallery->title }}
@empty

No gallery items found.

@endforelse
@endsection