@csrf
{{ __('business/market.form.name_helper') }}
{{ __('business/market.form.desc_helper') }}

{!! __('business/market.form.type_helper') !!}

{{ __('business/market.form.stock_qty_helper') }}
@if($formData['with_discount'] == 'yes')
{{ __('business/market.form.discount_rate_helper') }}
@endif
@if($productMedia->isNotEmpty()) @foreach($productMedia as $mediaItem)
Image
@endforeach @endif

{!! __('business/market.form.photos_helper', ['width' => config('marketplace.product.image_width'), 'height' => config('marketplace.product.image_height')]) !!}

@error('image') {{ $message }} @enderror
{{ __('business/market.form.location_helper') }}

{!! __('business/market.form.tos_agreement') !!}