@include('admin.header')






@php $selectedFragrances = is_array($product->fragrance) ? $product->fragrance : json_decode($product->fragrance, true); @endphp @foreach($fragrances as $key=>$fragrance)
id, $selectedFragrances ?? []) ? 'checked' : '' }} id="fragrance{{$key}}" name="fragrance[]" value="{{$fragrance->id}}">
@endforeach
We recommend title between 50–60 characters.(0 character)
We recommend descriptions between 50–160 characters.(0 character)

Edit Variants

@if (isset($product->product_options) && count($product->product_options) > 0) @foreach ($product->product_options as $key=> $product_option)
@if($loop->iteration == 1)

+ Add
@else @endif
@endforeach @endif
@include('admin.footer')