@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @section('content') @if($action == 'Show')
{{__('lang.sno')}} | {{__('lang.project_name')}} | {{__('lang.voucher_date')}} | {{__('lang.collection')}} | {{__('lang.amount')}} | @if ($with_heads == "with_heads"){{__('lang.cr_heads')}} | {{__('lang.dr_heads')}} | @endif{{__('lang.sno')}} | {{__('lang.project_name')}} | {{__('lang.voucher_date')}} | {{__('lang.payment')}} | {{__('lang.amount')}} | @if ($with_heads == "with_heads"){{__('lang.cr_heads')}} | {{__('lang.dr_heads')}} | @endif|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Balance from {{ $transaction->date_format($search_by['from']) }} | {{ $transaction->isNegative($bf) }} | |||||||||||||||||||||||
{{ $dr_transaction ? $loop->iteration : ''}} | {{ $dr_transaction->branch->name}} | {{ $transaction->date_format($dr_transaction->voucher_date)}} | @if($dr_transaction) ({{$dr_voucher_no}}) {{$dr_particulars}} @endif | {{ $dr_transaction ? $transaction->isNegative($dr_amount) : ''}} | @if ($with_heads == "with_heads"){{$collection_head_name['cr_head_name']}} ({{$collection_head_name['cr_group_name']}}-{{$collection_head_name['cr_sub_group_name']}}) |
{{$collection_head_name['dr_head_name_collection']}} ({{$collection_head_name['dr_group_name_collection']}}-{{$collection_head_name['dr_sub_group_name_collection']}}) |
@endif
{{ $cr_transaction ? $loop->iteration : ''}} | {{ $cr_transaction->branch->name}} | {{ $transaction->date_format($cr_transaction->voucher_date)}} | @if($cr_transaction) ({{ $cr_voucher_no }}) {{$cr_particulars}} @endif | {{ $cr_transaction ? $transaction->isNegative($cr_amount) : ''}} | @if ($with_heads == "with_heads"){{$payment_head_name['cr_head_name']}} ({{$payment_head_name['cr_group_name']}}-{{$payment_head_name['cr_sub_group_name']}}) |
{{$payment_head_name['dr_head_name']}} ({{$payment_head_name['dr_group_name']}}-{{$payment_head_name['dr_sub_group_name']}}) |
@endif
|||||||||||
{{__('lang.total_received_amount')}} | {{$transaction->isNegative($total_received)}} | @if ($with_heads == "with_heads")@endif | {{__('lang.total_paid_amount')}} | {{$transaction->isNegative($total_paid)}} | @if ($with_heads == "with_heads")@endif | |||||||||||||||||||
{{__('lang.balance_upper')}} | @else{{__('lang.balance_upper')}} | @endif{{$transaction->isNegative($total_received - $total_paid)}} |