@extends('layouts.app') @section('content')
{{ $warehouse->code }}
{{ $warehouse->manager_name }}
{{ $warehouse->location }}
{{ $balances->count() }}
{{ number_format($totalValue, 2) }}
| كود الصنف | اسم الصنف | الكمية | الوحدة | متوسط التكلفة | القيمة الإجمالية | الإجراءات |
|---|---|---|---|---|---|---|
| {{ $balance->item->code }} | {{ $balance->item->name }} | {{ number_format($balance->quantity, 2) }} | {{ $balance->unit->name }} | {{ number_format($balance->cost, 2) }} | {{ number_format($balance->total_value, 2) }} | عرض الحركة |
| لا توجد أرصدة في هذا المخزن | ||||||
| الإجمالي | {{ number_format($totalValue, 2) }} | |||||