@forelse ($units as $unit) @if($unit->stock_quantity != 0){ @endif @empty @endforelse
الاسم السعر الوصف الخصم قيمة الخصم الضريبه تاريخ الانتاج تاريخ الانتهاء كميه المخزون الوقت المستغرق من الوقت المستغرق الي
{{ $unit->title }} {{ $unit->price }} {{ $unit->description }} {{ $unit->is_percentage == 1 || $unit->is_percentage == 2 ? 'يوجد خصم' : 'لا يوجد خصم' }} {{ $unit->is_percentage == 1 || $unit->is_percentage == 2 ? $unit->discount : 'لا يوجد خصم' }} {{ $unit->taxValue }} {{ $unit->pro_date }} {{ $unit->exp_date }} {{ $unit->stock_quantity }} {{ $unit->from_time }} {{ $unit->to_time }}
لا يوجد اصناف
{{ $units->links() }}