@extends(niche_shell_layout()) @section('title', 'عرض قيد - '.config('app.name')) @section('breadcrumb') الرئيسية › لوحة المحاسبة › القيود اليومية › عرض قيد {{ $entry->id }} @endsection @section('content')
للقراءة فقط — استخدم «تعديل القيد» لتغيير البيانات.
| الحساب | الوصف | مركز التكلفة | مدين | دائن |
|---|---|---|---|---|
| @if($line->account) {{ $line->account->code }} — {{ $line->account->name_ar ?? $line->account->name_en ?? '—' }} @else — @endif | {{ $line->description ?: '—' }} | {{ $line->cost_center ?: '—' }} | {{ $line->debit > 0 ? number_format((float) $line->debit, 2) : '—' }} | {{ $line->credit > 0 ? number_format((float) $line->credit, 2) : '—' }} |