@if(count($journal['transactions']) > 0)
| {!! $entry->memo !!} | @if($entry->credit) {!! money($entry->credit, config('phpvms.currency')) !!} @endif | @if($entry->debit) {!! money($entry->debit, config('phpvms.currency')) !!} @endif |
| {!! $journal['credits'] !!} | ({!! $journal['debits'] !!}) | |
| Total | {!! $journal['credits']->subtract($journal['debits']) !!} |