@extends('layouts.app') @section('content')
| رقم الجرد | التاريخ | المخزن | الحالة | عدد الأصناف | إجمالي الفروق | الإجراءات |
|---|---|---|---|---|---|---|
| {{ $count->count_number }} | {{ is_string($count->date) ? $count->date : $count->date->format('Y-m-d') }} | {{ $count->warehouse->name }} | @if($count->status == 'draft') مسودة @elseif($count->status == 'in_progress') قيد التنفيذ @elseif($count->status == 'completed') مكتمل @elseif($count->status == 'approved') معتمد @endif | {{ $count->items_count }} | @if($count->total_difference > 0) +{{ $count->total_difference }} @elseif($count->total_difference < 0) {{ $count->total_difference }} @else 0 @endif | عرض التفاصيل |
| لا توجد عمليات جرد مطابقة للفلتر | ||||||