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

Product Name*

(In Any Language)

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

Product Condition*

Category*

Sub Category*

Child Category*

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