@foreach($categories as $cat) @endforeach
الصورة القسم الترتيب المنتجات الحالة إجراءات
@if($cat->hasStoredImage()) {{ $cat->name }} @elseif($cat->image)
ملف مفقود
@else
@endif
{{ $cat->name }} {{ $cat->sort_order }} {{ $cat->products()->count() }}
{{ $categories->links() }}
@if($showModal)

{{ $editingId ? 'تعديل قسم' : 'إضافة قسم' }}

@error('name') {{ $message }} @enderror
@error('sort_order') {{ $message }} @enderror
@error('image') {{ $message }} @enderror

JPG أو PNG أو WEBP — حد أقصى 5 ميجابايت

جاري رفع الصورة إلى السيرفر...
@if($image && $this->imagePreviewUrl())

معاينة الصورة الجديدة

معاينة
@elseif($image)
تم اختيار الصورة — اضغط «حفظ» لإتمام الرفع
@elseif($currentImage)

الصورة الحالية

@if(\Illuminate\Support\Facades\Storage::disk('public')->exists($currentImage)) الصورة الحالية @else
الملف غير موجود على السيرفر
@endif
@endif
@endif