@extends('layouts.vendor') @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)") }}

measure == null ? '' : 'checked' }}>

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

  • product_condition != 0 ? "checked":"" }}>

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

  • ship != null ? "checked":""}}>

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

ship }}">
  • color_all) ? "checked":"" }}>
@if(!empty($data->color_all))

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

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

@foreach(array_unique(explode(',',$data->color_all)) as $ct)
@endforeach
{{ __('Add More Color') }}
@else

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

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

@endif
  • size_all) ? "checked":"" }}>
@if(!empty($data->size_all))

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

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

@foreach(array_unique(explode(',',$data->size_all)) as $dt)
@endforeach
{{ __('Add More Size') }}
@else

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

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

@endif

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

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

meta_tag != null || strip_tags($data->meta_description) != null) ? 'checked':'' }}>

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

    @if(!empty($data->meta_tag)) @foreach ($data->meta_tag as $element)
  • {{ $element }}
  • @endforeach @endif

{{ __("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") }} *

    @if(!empty($data->tags)) @foreach ($data->tags as $element)
  • {{ $element }}
  • @endforeach @endif
@endsection @section('scripts') @include('partials.admin.product.product-scripts') @endsection