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

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

{{ __('(In Any Language)') }}

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

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

{{ __('Category') }}*

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

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

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

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

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

{{ __('Add More Size') }}

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

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

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

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

{{ __('Product Previous Price') }}*

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

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

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

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

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

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

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

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

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

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

{{ __('Tags') }} *

@endsection @section('scripts') @endsection