جرد المخزون

@can('create-stock-counts') جرد جديد @endcan
@forelse($counts as $count) @empty @endforelse
# التاريخ الفرع بواسطة عدد الأصناف الحالة تفاصيل
{{ $count->id }} {{ $count->created_at->format('Y/m/d') }} {{ $count->branch?->name ?? '-' }} {{ $count->creator?->name ?? '-' }} {{ $count->items_count ?? 0 }} @if ($count->status === 'completed') مكتمل @else مسودة @endif
لا توجد عمليات جرد
@if ($counts->hasPages()) @endif