@if ($errors->has('name_ar'))
{{ $errors->first('name_ar') }}
@endif
@if ($errors->has('name_en'))
{{ $errors->first('name_en') }}
@endif
@if ($errors->has('price'))
{{ $errors->first('price') }}
@endif
@if ($errors->has('discount_percent'))
{{ $errors->first('discount_percent') }}
@endif
@if ($errors->has('description_ar'))
{{ $errors->first('description_ar') }}
@endif
@if ($errors->has('description_en'))
{{ $errors->first('description_en') }}
@endif
@if ($errors->has('code'))
{{ $errors->first('code') }}
@endif
@if ($errors->has('company_code'))
{{ $errors->first('company_code') }}
@endif
@if ($errors->has('city_id'))
{{ $errors->first('city_id') }}
@endif
@if ($errors->has('country_id'))
{{ $errors->first('country_id') }}
@endif
@if ($errors->has('mark_id'))
{{ $errors->first('mark_id') }}
@endif
@if ($errors->has('count_in_group'))
{{ $errors->first('count_in_group') }}
@endif
@if ($errors->has('color_id'))
{{ $errors->first('color_id') }}
@endif
@if ($errors->has('category_id'))
{{ $errors->first('category_id') }}
@endif
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('warranty'))
{{ $errors->first('warranty') }}
@endif
يرجي إختيار المنتجات المراد إظهاراها في المنتجات المتشابهه بحد اقصي 8
@if ($errors->has('similar'))
{{ $errors->first('similar') }}
@endif
@if ($errors->has('images'))
{{ $errors->first('images') }}
@endif
@if ($errors->has('other'))
{{ $errors->first('other') }}
@endif
@if ($errors->has('shipping_terms_ar'))
{{ $errors->first('shipping_terms_ar') }}
@endif
@if ($errors->has('shipping_terms_en'))
{{ $errors->first('shipping_terms_en') }}
@endif