{{__('admin.Edit Product')}}

{{__('admin.Products')}}
@csrf @method('PUT')
is_top == 1 ? 'checked' : '' }} type="checkbox"name="top_product" id="top_product"> new_product == 1 ? 'checked' : '' }} type="checkbox" name="new_arrival" id="new_arrival"> is_best == 1 ? 'checked' : '' }} type="checkbox" name="best_product" id="best_product"> is_featured == 1 ? 'checked' : '' }} type="checkbox" name="is_featured" id="is_featured">
@if ($product->approve_by_admin == 1)
@endif
@if ($product->is_specification==1) @else @endif
@if ($product->is_specification==1)
@if ($productSpecifications->count() != 0) @foreach ($productSpecifications as $productSpecification)
@endforeach @endif
@endif @if ($product->is_specification==0)
@if ($productSpecifications->count() != 0) @foreach ($productSpecifications as $productSpecification)
@endforeach @endif
@endif