@include('frontend.topbar');

Traditional Pottery of Dhamrai

Discover Centuries of Craftsmanship

Explore the Heritage
@php $explore = App\Models\Form::where('header_name', 'Explore_Dhamrai_Clay_Heritage')->get(); $process = App\Models\Form::where('header_name', 'The_Pottery_Making_Process')->get(); @endphp
{{-- ================= EXPLORE ================= --}}

Explore Dhamrai Clay Heritage

@if ($explore->count() > 0) @foreach ($explore as $item)

{{ $item->name ?? 'Art & Process' }}

{{ $item->description ?? 'Learn about the traditional techniques passed down through generations.' }}

Learn More
@endforeach @else {{-- Default --}}

Art & Process

Learn about the traditional techniques passed down through generations.

Meet the Potters

Get to know the master artisans keeping this craft alive.

Shop Collection

Browse and purchase authentic handcrafted pottery pieces.

@endif
{{-- ================= PROCESS ================= --}}

The Pottery Making Process

@if ($process->count() > 0) @foreach ($process as $item)
{{ $item->name ?? '1. Clay Preparation' }}

{{ $item->description ?? 'Local clay is carefully sourced and prepared.' }}

@endforeach @else {{-- Default --}}
1. Clay Preparation

Local clay is carefully sourced and prepared.

2. Hand Shaping

Master potters shape each piece using a traditional wheel.

3. Drying Process

Pieces are sun-dried under controlled conditions.

4. Kiln Firing

Traditional kilns fire the pottery to create lasting pieces.

@endif