قائمة المنتجات
@forelse($products as $product) @empty @endforelse
# الصورة اسم المنتج اللون الكود السعر الإجراء
{{ $loop->iteration }} @if($product->hasMedia('products')) {{ $product->name }} @else
@endif
{{ $product->name }} {{ $product->color }} {{ $product->code }} {{ number_format($product->price, 2) }} ج.م

لا توجد منتجات

@if($products->hasPages()) @endif
@if(count($selectedProducts) > 0)
المنتجات المختارة للملصقات
إجمالي الملصقات: {{ $totalLabels }}
%
سيتم تطبيق الخصم على جميع الأسعار
ج.م
سيتم تطبيق الخصم على جميع الأسعار
@if($showSettings)
🛠 إعدادات الطباعة المتقدمة
0, 90, 180, 270
@endif
@foreach($selectedProducts as $key => $product) @endforeach
المنتج الكود اللون السعر الأصلي السعر بعد الخصم الكمية حذف
{{ $product['name'] }}
{{ $product['code'] }} {{ $product['color'] }} {{ number_format($product['original_price'], 2) }} ج.م {{ number_format($product['discounted_price'], 2) }} ج.م
@if($showPreview)
معاينة الملصقات
@foreach($selectedProducts as $product) @for($i = 0; $i < $product['quantity']; $i++)
{{ \Illuminate\Support\Str::limit($product['name'], 25) }}
كود: {{ $product['code'] }}
لون: {{ $product['color'] }}
{{ number_format($product['discounted_price'], 2) }} ج.م @if($product['discounted_price'] < $product['original_price'])
{{ number_format($product['original_price'], 2) }} ج.م
@endif
{!! $product['barcode'] !!}
{{ $product['code'] }}
@if($showLogo && $logoUrl)
@endif
{{ $labelSettings['width'] }}×{{ $labelSettings['height'] }}mm @if($labelSettings['rotation'] > 0) - متدور {{ $labelSettings['rotation'] }}° @endif
@endfor @endforeach
@endif
@else
لا توجد منتجات مختارة

قم بإضافة منتجات من القائمة أعلاه لإنشاء ملصقات

@endif
@script @endscript