Edit Product

@csrf @method('PUT')
@if (!empty($product->main_image)) Main image @endif
is_best_seller) ? 'checked' : '' }}>
Product Volumes
{{-- Render existing volumes as summary cards so user can edit/delete them --}} @php $vIndex = 0; @endphp @foreach ($volumes as $v) @php $vIndex++; @endphp
@if (!empty($v->image_url)) @else @endif
{{ $v->volume }}
@if (!empty($v->image_url)) @endif
@endforeach
Fragrances
@php $fIndex = 0; @endphp @foreach ($fragrances as $f) @php $fIndex++; @endphp
@if (!empty($f->image_url)) @else @endif
{{ $f->name }}

{{ Str::limit($f->short_desc, 120) }}

Key Features: {{ $f->key_features ?: '-' }}
Specifications: {{ $f->specifications ?: '-' }}
Safety: {{ $f->safety_info ?: '-' }}
@if (!empty($f->image_url)) @endif
@endforeach
View Products