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