@if(sizeof($journalEntry)>0) {{--header--}} {{--end header--}} {{--body--}} {{--end body--}}
@if($property[0]->logo_path != '') Image Preview @endif

{{$property[0]->property_name}}

TEL: {{$property[0]->phone}} | {{$property[0]->mobile}}

Email: {{$property[0]->email}}

JOURNAL ENTRY

Journal Entry No : {{$journalEntry[0]->voucher_no}}

Created Date : {{$journalEntry[0]->created_at}}


@php $total_debit = 0; $total_credit = 0; @endphp @foreach($journalEntry as $item) @php $total_debit += $item->debit; $total_credit += $item->credit; @endphp @endforeach
Account Type Remarks Debit({{ $currencyCode }}) Credit({{ $currencyCode }})
{{$item->acc_code}} - {{$item->acc_name}} {{$item->remarks}} {{number_format($item->debit,2)}} {{number_format($item->credit,2)}}
Total : {{number_format($total_debit,2)}} {{number_format($total_credit,2)}}
@else
No Records
@endif