| Entry # | Date | Description | Debit | Credit | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $entry->entry_number }} | {{ $entry->date->format('M d, Y') }} | {{ Str::limit($entry->description, 40) }} | {{ number_format($entry->total_debit, 2) }} | {{ number_format($entry->total_credit, 2) }} | {{ $entry->status }} | @if($entry->status === 'DRAFT') @endif |
| No journal entries found. | ||||||