Edit Product: {{ $product->name }}

Update inventory details with Select2 instant modals, To-Do highlights, YouTube video & Gemini AI SEO/AEO.

@csrf @method('PUT')

Basic Details & Classifications

@error('name')

{{ $message }}

@enderror
@error('slug')

{{ $message }}

@enderror
@error('category_id')

{{ $message }}

@enderror

Purchase & Sale Pricing (Profit/Loss Calculation)

Margin: ৳0.00 (0%)

Images Upload (Auto WebP Format)

@php $formattedColors = is_array($product->colors) ? implode(', ', $product->colors) : $product->colors; $formattedSizes = is_array($product->sizes) ? implode(', ', $product->sizes) : $product->sizes; @endphp

Bullet Key Highlights (To-Do List Builder) & Description

@php $bullets = []; if (!empty($product->bullet_points)) { $bullets = array_filter(array_map('trim', explode("\n", $product->bullet_points))); } elseif (!empty($product->highlights)) { if (is_array($product->highlights)) { $bullets = $product->highlights; } else { $bullets = array_filter(array_map('trim', explode("\n", $product->highlights))); } } @endphp @if(!empty($bullets)) @foreach($bullets as $bText)
@endforeach @else
@endif

Gemini AI Powered Full Product Copy, SEO & AEO Generator