@extends('layouts.admin') @section('styles') @endsection @section('content')
{{csrf_field()}} @include('alerts.admin.form-both')

{{ __('Product Name') }}*

(In Any Language)

{{ __('Product Sku') }}*

{{ __("Product Affiliate Link") }}*

{{ __("(External Link)") }}

{{ __("Category") }}*

{{ __("Sub Category") }}*

{{ __("Child Category") }}*

{{ __("Product Stock") }}*

{{ __("(Leave Empty will Show Always Available)") }}

{{ __("Product Measurement") }}*

{{ __('Product Condition') }}*

{{ __("Product Estimated Shipping Time") }}*

{{ __('Product Colors') }}*

{{ __('(Choose Your Favorite Colors)') }}

{{ __('Product Size') }}*

{{ __('(eg. S,M,L,XL,XXL,3XL,4XL)') }}

{{ __("Product Description") }}*

{{ __("Product Buy/Return Policy") }}*

{{ __("Meta Tags") }} *

{{ __("Meta Description") }} *

{{ __("Feature Image Source") }}*

{{ __('Feature Image') }} *

{{ __("Product Gallery Images") }} *

{{ __("Product Current Price") }}*

({{ __("In") }} {{$sign->name}})

{{ __("Product Discount Price") }}*

{{ __("(Optional)") }}

{{ __('Youtube Video URL') }}*

{{ __('(Optional)') }}

{{ __('Tags') }} *

@endsection @section('scripts') @include('partials.admin.product.product-scripts') @endsection