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

{{ $message }}

@enderror
@hasPermission('shop.product.generate.AI.data') @endhasPermission
{!! 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
@error('code')

{{ $message }}

@enderror
{{ __('Price Information') }}
{{ __('Images') }}
{{ __('Thumbnail') }} {{ __('(Ratio 1:1 (500 x 500 px))') }} *
@error('thumbnail')

{{ $message }}

@enderror
{{ __('Supported formats: jpg, jpeg, png') }}
{{ __('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') }}
@error('meta_description')

{{ $message }}

@enderror
@lang('Write keywords and Press enter to add new one')
@endsection @push('css') @endpush @push('scripts') @endpush