@extends('layouts.app') @section('content')
| الصنف | SKU | الوحدة | الكمية المتوفرة | القيمة التقديرية |
|---|---|---|---|---|
|
{{ $item_stock->item->name ?? 'غير معروف' }}
|
{{ $item_stock->item->sku ?? '-' }} | {{ $item_stock->item->unit ?? '-' }} |
{{ $item_stock->current_stock }}
|
@if(isset($item_stock->item->estimated_value) && $item_stock->item->estimated_value > 0) {{ number_format($item_stock->current_stock * $item_stock->item->estimated_value, 2) }} @else - @endif |
المخزن فارغلا توجد أصناف متوفرة في هذا المخزن حالياً. |
||||