@extends('layouts.app') @section('content')
| التاريخ | نوع الحركة | رقم المرجع | الجهة / العميل | البيان / الوصف | إيراد (+) | مصروف (-) | إهلاك (-) | قيمة دفترية | الرصيد النقدي |
|---|---|---|---|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($tx['date'])->format('Y-m-d') }} | {{ $tx['label'] }} | #{{ $tx['ref'] }} | {{ $tx['party'] }} | {{ $tx['description'] }} | {{ $tx['income'] > 0 ? number_format($tx['income'], 0) : '-' }} | {{ $tx['expense'] > 0 ? number_format($tx['expense'], 0) : '-' }} | {{ $tx['depreciation'] > 0 ? number_format($tx['depreciation'], 0) : '-' }} | {{ number_format($tx['book_value'], 0) }} | {{ number_format($tx['running_balance'], 2) }} |
| لا توجد حركات مسجلة لهذه الفترة | |||||||||