@foreach(config('laravellocalization.supportedLocales') as $localeCode => $locale)
                            @php
                                $translation = $product->translations->where('locale', $localeCode)->first();
                            @endphp
                            
                                {{-- Basic Product Information --}}
                                
                                {{-- SEO Meta Information --}}
                                
                                {{-- Product Features & Specifications --}}
                                
                            
                        @endforeach