@extends('layouts.app') @section('content')
{{ __('Add New Product') }}
@csrf
@foreach ($allLanguages as $language)
@endforeach
@error('short_description')

{{ $message }}

@enderror
@foreach ($allLanguages as $language)
@endforeach
{!! old('description') !!}
@error('description')

{{ $message }}

@enderror
@foreach ($allLanguages as $language)
{!! old('description') !!}
@endforeach
{{ __('Generale Information') }}
@error('category')

{{ $message }}

@enderror
@error('sub_category')

{{ $message }}

@enderror
@foreach ($brands as $brand) @endforeach
@foreach ($units as $unit) @endforeach
@error('code')

{{ $message }}

@enderror
{{ __('Price Information') }}
@foreach ($taxs as $tax) @endforeach
{{ __('Thumbnail') }} (Ratio 1:1 (500 x 500 px)) *
@error('thumbnail')

{{ $message }}

@enderror
{{ __('Additional Thumbnail') }} (Ratio 1:1 (500 x 500 px)) *
@error('additionThumbnail')

{{ $message }}

@enderror
{{ __('Upload or Add Product Video') }}
{{ __('Supported formats: MP4, AVI, MOV, WMV') }}
{{ __('Paste a valid YouTube video embed code') }}
{{ __('Paste a valid Vimeo video embed code') }}
{{ __('Paste a valid Dailymotion video embed code') }}
@error('uploadVideo.file')

{{ $message }}

@enderror
{{ __('SEO Information') }}
@lang('Write keywords and Press enter to add new one')
@endsection @push('css') @if ($direction == 'rtl') @endif @endpush @push('scripts') @endpush