Cash Journal
Income / Outgoing • Simple International UI
@include('general.valert')
{{-- Summary --}}
{{-- Optional quick filter (simple) --}}
Total Income
{{ number_format($sumIncome, 2) }}
Total Outgoing
{{ number_format($sumOutgoing, 2) }}
Balance
{{ number_format($balance, 2) }}
{{ $journals->links('pagination::bootstrap-4') }}