{{__('messages.Add Product')}}

{{-- @livewire('assign-special-item-component', ['user' => $user], key($user->id)) --}} @livewire('product-train-component',['product_id' => $product_id,'component_name'=>"product"])
@if ($model_type == "App\Models\User")

Especially for {{App\Models\User::find($model_id)->name}}

@elseif($model_type == "App\Models\Team")

Especially for {{App\Models\Team::find($model_id)->name}}

@else   @endif @can('Assign Special Item') @livewire('assign-special-item-component') @endcan
@if (session()->has('message'))
{{ session('message') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
*
*
{{--
*
--}}
*
product_type_id @forelse(\App\Models\ProductType::all() as $product_type) @empty @endforelse
vendor_id @forelse(\App\Models\Vendor::all() as $vendor) @empty @endforelse
age_category
*
main_category_id main_cat_changed @forelse(\App\Models\Category::where("active" ,1)->whereNull("category_id")->get() as $category) @empty @endforelse
@if ($cats->count()>0)
category_id @forelse($cats as $category) @empty @endforelse
@endif
@if ($image_en) {{ __('messages.English Photo') }} Preview: @else product default profile image @endif
Uploading...
@if ($image_ar) {{ __('messages.Arabic Photo') }} Preview: @else user default profile image @endif
Uploading...
@if ($video_en) {{ __('messages.English Video') }} Preview : @else @endif
Uploading...
@if ($video_ar) {{ __('messages.Arabic Photo') }} Preview: @else @endif
Uploading...
comment 4
comment_ar 4
description_en 4
description_ar 4