@extends('layouts.app') @section('title','Journal Entries') @section('content')
@forelse($entries as $item)@empty@endforelse
Voucher #TypeDateNarrationStatus
{{ $item->voucher_number ?? '—' }}{{ $item->voucher_type ?? '—' }}{{ $item->posting_date ?? '—' }}{{ $item->narration ?? '—' }}{{ $item->status ?? '—' }}
No records found
@endsection