@extends('admin/layout') @section('title') {{ labels('admin_labels.products', 'Products') }} @endsection @section('content')

{{ labels('admin_labels.add_product', 'Add Product') }}

{{ labels('admin_labels.add_products_with_power_and_simplicity', 'Add 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') }}
@csrf
{{ labels('admin_labels.choose_seller', 'Choose Seller') }}
{{ 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') }}

{{ 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', '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)

Choose images for product.

(Recommended Size : 180 x 180 pixels)

{{ labels('admin_labels.product_media', 'Product Media') }} ( {{ labels('admin_labels.videos', 'Videos') }} )

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

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

@endsection