@include('frontend.topbar');

Gallery & Shop

Browse our collection of authentic handcrafted pottery

@php $gallery = App\Models\Form::where('header_name', 'gallery')->get(); @endphp
@if ($gallery->count() > 0) @foreach ($gallery as $item)
{{ $item->name ?? 'Product Name' }}
৳ {{ $item->price ?? '0' }}
Add to Cart
@endforeach @else {{-- Default Static --}}
Product 1
৳ 1100
Product 2
৳ 1200
Product 3
৳ 1300
@endif
{{-- Pagination static রাখতে পারো --}}