{{ labels('admin_labels.update_product', 'Update Product') }}

{{ labels('admin_labels.add_products_with_power_and_simplicity', 'Update products with power and simplicity') }}

{{ labels('admin_labels.select_product_type_and_category', 'Select Product Type & Category') }}
{{ labels('admin_labels.product_information', 'Product Information') }}
{{ labels('admin_labels.product_tax', 'Product Tax') }}
{{ labels('admin_labels.product_quantity_and_other', 'Product Quantity & Other') }}
{{ labels('admin_labels.delivery_and_shipping_setting', 'Delivery and Shipping Setting') }}
{{ labels('admin_labels.products_additional_info', 'Products Additional Info') }}
{{ labels('admin_labels.product_media', 'Product Media') }}
{{ labels('admin_labels.product_description', 'Product Description') }}
@if (isset($data->id)) @endif
@method('PUT') @csrf @php use App\Models\Seller; use Illuminate\Support\Facades\Auth; $store_id = getStoreId(); $deliverable_type = fetchDetails( 'seller_store', ['seller_id' => $data->seller_id, 'store_id' => $store_id], ['deliverable_type', 'deliverable_zones'], ); $deliverable_type = isset($deliverable_type) && !empty($deliverable_type) ? $deliverable_type[0] : []; @endphp
{{ labels('admin_labels.choose_product_type', 'Choose Product Type') }}

{{ labels('admin_labels.select_category', 'Select Product Category') }}

{{ labels('admin_labels.product_information', 'Product Information') }}

{{ labels('admin_labels.product_tax', 'Product Tax') }}

@php $taxes = isset($data->tax) && $data->tax != null ? explode(',', $data->tax) : []; @endphp
is_prices_inclusive_tax) && $data->is_prices_inclusive_tax == '1' ? 'checked' : '' }}>
{{ labels('admin_labels.product_quantity_and_other', 'Product Quantity & Other') }}

{{ labels('admin_labels.delivery_and_shipping_setting', 'Delivery And Shipping Setting') }}

@php $zones = isset($data->deliverable_zones) && $data->deliverable_zones != null ? explode(',', $data->deliverable_zones) : []; @endphp
cod_allowed) && $data->cod_allowed == '1' ? 'checked' : '' }}>
is_returnable) && $data->is_returnable == '1' ? 'checked' : '' }}>
is_cancelable) && $data->is_cancelable == '1' ? 'checked' : '' }}>
is_attachment_required) && $data->is_attachment_required == '1' ? 'checked' : '' }}>
{{ labels('admin_labels.products_additional_info', 'Product Additional Info') }}

{{ labels('admin_labels.product_media', 'Product Media') }}( {{ labels('admin_labels.images', 'Images') }} )

Choose image for product.

(Recommended Size : 180 x 180 pixels)

*Only Choose When Update is necessary

Not Found

Choose images for product.

(Recommended Size : 180 x 180 pixels)

@php $other_images = json_decode($data->other_images); @endphp @if (!empty($other_images)) @foreach ($other_images as $row) @endforeach @endif
{{ labels('admin_labels.product_media', 'Product Media') }} ( {{ labels('admin_labels.videos', 'Videos') }} )

Choose video for product.

*Only Choose When Update is necessary

Product Video
{{ labels('admin_labels.product_description', 'Product Description') }}

{{ labels('admin_labels.go_back', 'Go Back') }}