@extends('Frontend.layout.main') @section('title', 'Gallery') @section('content')
@forelse($galleries as $gallery) @if(!empty($gallery->photo)) {{ $gallery->title }} @else {{ $gallery->title }} @endif

{{ $gallery->title }}

{{ $gallery->details->count() }} Photo

@empty

No galleries found.

@endforelse
@endsection