@extends('layouts.master') @section('title', 'Journal Processing - ') @section('content')
| Date | Type | Account Code | Description | Reference | Debit | Credit | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ \Illuminate\Support\Carbon::parse($entry['date'])->format('d/m/Y') }} | {{ $entry['type'] ?? 'N/A' }} | {{ $entry['account_code'] ?? '—' }} | {{ $entry['description'] ?? '—' }} | {{ $entry['reference'] ?? '—' }} | {{ $entry['debit'] ?? '-' }} | {{ $entry['credit'] ?? '-' }} | {{ ucfirst($entry['status'] ?? 'n/a') }} | |
| No journal entries found. | ||||||||
Showing {{ count($entries ?? []) }} of {{ count($entries ?? []) }} entries