{!! Theme::section('page.profile.products.product-menu',['pageName'=>$pageName]) !!}
{{$product->product_name}} {{trans('businessecommerce.edit-product')}}
{{ csrf_field() }} @if(!empty($message))
{{$message}}

@endif @if (Session::has('success'))
×{{Session::get('success')}}

@endif
@if(count($liquidSizes)>0) @foreach($liquidSizes as $liquidSize)
@if($cntt_liq==0)
Container Size
Price
@endif
@endforeach @else
Container Size
Price
@endif
@if(count($wearableSizes)>0) @foreach($wearableSizes as $wearableSize)
@endforeach @else
@endif
product_category!=2) required="required" @endif value="{{$product->quantity_available}}"/>
product_category!=1) required="required" @endif value="{{$product->price}}"/>
@php $isPhysical = ((int) ($product->is_product_physical ?? 1) === 1); @endphp
@php $dimsUnit = !empty($product->dimensions_unit) ? $product->dimensions_unit : 'cm'; $packageType = !empty($product->package_type) ? $product->package_type : 'Box'; $dimsText = ''; if (!empty($product->length) || !empty($product->width) || !empty($product->height)) { $lenText = is_numeric($product->length) ? number_format((float) $product->length, 2, '.', '') : ($product->length ?: '0.00'); $widText = is_numeric($product->width) ? number_format((float) $product->width, 2, '.', '') : ($product->width ?: '0.00'); $heiText = is_numeric($product->height) ? number_format((float) $product->height, 2, '.', '') : ($product->height ?: '0.00'); $dimsText = strtolower($packageType) . ' - ' . $lenText . ' × ' . $widText . ' × ' . $heiText . ' ' . $dimsUnit; } $shippingCost1 = (float) ($product->shipping_cost ?? 0); $shippingCost2 = (float) ($product->shipping_cost_2 ?? 0); $shippingCost3 = (float) ($product->shipping_cost_3 ?? 0); $hasShippingCost1 = $product->shipping_cost_free; $hasShippingCost2 = $product->shipping_cost_2_free; $hasShippingCost3 = $product->shipping_cost_3_free; @endphp
{{$dimsText}}
Quantity Amount Free Shipping
1
2
3
@if($product->image1)
@endif
{{trans('businessecommerce.add-product-image-one')}}
{{trans('businessecommerce.best-view-image-resoultion')}}
{{trans('businessecommerce.drag-and-drop-file')}}
@if($product->image2)
@endif
{{trans('businessecommerce.add-product-image-two')}}
{{trans('businessecommerce.best-view-image-resoultion')}}
{{trans('businessecommerce.drag-and-drop-file')}}
@if($product->image3)
@endif
{{trans('businessecommerce.add-product-image-three')}}
{{trans('businessecommerce.best-view-image-resoultion')}}
{{trans('businessecommerce.drag-and-drop-file')}}
@if($product->image4)
@endif
{{trans('businessecommerce.add-product-image-four')}}
{{trans('businessecommerce.best-view-image-resoultion')}}
{{trans('businessecommerce.drag-and-drop-file')}}

@if(!empty($product->product_video))
play
@endif
Upload limit 10 MB.
{{trans('businessecommerce.edit-category-cancel')}}

{!! Theme::section('profile.modal_photo_editor') !!}