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

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

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

{{ __('Category') }}*

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

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

{{ __('Select Upload Type') }}*

{{ __('Select File') }}*

{{ __('Current Featured Image') }} *

{{ __('Prefered Size: (800x800) or Square Size.') }}

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

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

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

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

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

{{ __('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

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

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

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

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

{{ __('License Type') }} *

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

@endsection @section('scripts') @endsection