@extends(niche_shell_layout()) @section('title', niche_label('finance.journals', 'القيود اليومية').' - '.config('app.name')) @section('breadcrumb') الرئيسية › لوحة المحاسبة › القيود اليومية @endsection @section('content') @php $journalFilterAccountOptions = collect($filterAccounts ?? [])->map(fn ($a) => [ 'value' => $a->id, 'label' => trim((string) ($a->code ?? '').' — '.(string) ($a->name_ar ?? $a->name_en ?? '')), ])->values()->all(); @endphp
| رقم القيد | التاريخ | نوع القيد | الوصف | مدين | دائن | الحالة | |
|---|---|---|---|---|---|---|---|
| {{ $entry->id }} | {{ $entry->date?->format('Y-m-d') }} | قيد عادي | {{ $entry->description ?: ($entry->reference ?: '—') }} | {{ number_format((float) $entry->total, 2) }} | {{ number_format((float) $entry->total, 2) }} | مسجل |
@php $journalMenuId = 'journal-actions-'.$entry->id; @endphp
|
| لا توجد بيانات | |||||||