@extends('layouts.app') @section('title','Journal Entries') @section('content')
| Voucher # | Type | Date | Narration | Status | |
|---|---|---|---|---|---|
| {{ $item->voucher_number ?? '—' }} | {{ $item->voucher_type ?? '—' }} | {{ $item->posting_date ?? '—' }} | {{ $item->narration ?? '—' }} | {{ $item->status ?? '—' }} | |
| No records found | |||||