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

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

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

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

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

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

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

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

{{ __("Category") }}*

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

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

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

photo,FILTER_VALIDATE_URL) ? 'style="display:none"' : '' !!}>

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

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

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

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

ship }}">
  • size) ? "checked":"" }}>
@if(!empty($data->size)) @foreach($data->size as $key => $data1)
@endforeach @else
@endif
{{ __("Add More Size ") }}
  • color) ? "checked":"" }}>
@if(!empty($data->color))

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

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

@foreach($data->color as $key => $data1)
@endforeach
{{ __("Add More Color") }}
@else

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

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

@endif

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

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

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

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

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

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

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

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

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

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

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

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

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

{{ __("Tags") }} *

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