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

{{ __('Mandatory Data') }}

@component('admin.components.input-localized', ['required' => true]) @slot('name') name @endslot @slot('placeholder') {{ __('Enter Product Name') }} @endslot {{ __('Product Name') }}* @endcomponent @php $temp_sku = Illuminate\Support\Str::random(3) . substr(time(), 6, 8) . Illuminate\Support\Str::random(3); @endphp

{{ __('Product Affiliate Link') }}* {{ __('(External Link)') }}

{{ __('Category') }}*

{{ __('Product Current Price') }}* ({{ __('In') }} {{ $sign->name }})

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

{{ __('Display in Stores') }}*

@foreach ($storesList as $store)
@endforeach
2

{{ __('Important Data') }}

{{ __('Brand') }}

{{ __('Model Number') }}

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

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

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

{{ __('Upload Image Here') }}

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

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

{{ __('Set Gallery') }}

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

@component('admin.components.input-localized', ['type' => 'richtext']) @slot('name') details @endslot {{ __('Product Description') }} @endcomponent
@component('admin.components.input-localized', ['type' => 'richtext']) @slot('name') policy @endslot {{ __('Product Buy/Return Policy') }} @endcomponent
3

{{ __('Extra Data') }}

@component('admin.components.input-localized') @slot('name') ship @endslot @slot('placeholder') {{ __('Estimated Shipping Time') }} @endslot {{ __('Product Estimated Shipping Time') }} @endcomponent
{{ __('Add More Size') }}
{{ __('Add More Color') }}

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

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

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

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

@component('admin.components.input-localized', ['type' => 'tags']) @slot('name') meta_tag @endslot {{ __('Meta Tags') }} @endcomponent @component('admin.components.input-localized', ['type' => 'textarea']) @slot('name') meta_description @endslot @slot('placeholder') {{ __('Details') }} @endslot {{ __('Meta Description') }} @endcomponent
@endsection @section('scripts') @endsection