@extends('layouts.app') @section('title', 'تقرير تقييم المخزون - '.config('app.name')) @section('breadcrumb') الرئيسية › المخزون › تقرير تقييم المخزون @endsection @section('content')
الكمية الحالية × تكلفة الوحدة لكل صنف
| {{ $row->code }} | {{ $row->name }} | {{ erp_qty($row->quantity) }} | {{ number_format($row->unit_cost, 2) }} | {{ number_format($row->total_value, 2) }} |
| لا توجد أصناف بأرصدة مخزنية. | ||||
|
|
{{ number_format($grandTotal, 2) }} | |||