@vite(['resources/css/app.css', 'resources/js/app.js'])

Gallery

Gallery Cafe

@foreach($galleryCategories->chunk(4) as $categoryChunk)
@foreach($categoryChunk as $category)

{{ $category->name }}

{{ $category->description }}

{{ $category->images->count() }} photos
@endforeach
@endforeach
@foreach($galleryCategories->chunk(4) as $index => $chunk) @endforeach

Best Seller