@extends('layouts.app') @section('header-title', __('Add New Product')) @section('content')
{{ __('Add New Product') }}
@csrf
@error('short_description')

{{ $message }}

@enderror
{!! old('description') !!}
@error('description')

{{ $message }}

@enderror
{{ __('Generale Information') }}
@error('category')

{{ $message }}

@enderror
@error('sub_category')

{{ $message }}

@enderror
@foreach ($brands as $brand) @endforeach
@foreach ($units as $unit) @endforeach
{{ __('Price Information') }}
@foreach ($taxes 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
{{ __('Carica o Aggiungi un 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 Info') }}
@error('meta_description')

{{ $message }}

@enderror
@lang('Scrivi parole frasi')
@endsection @push('css') @endpush @push('scripts') @endpush