{{-- Excel table title format start --}}
{{ config('settings.company_name') }} | ||
{{ config('settings.address_1') }} |
{{ $extra['branch'] ? $extra['branch']->name : 'All Projects' }} | {{ $heading }} | @if ($search_by['from'] && $search_by['to']) {{__('lang.from')}}: {{ $transaction->date_format($search_by['from']) }} {{__('lang.to')}}: {{ $transaction->date_format($search_by['to']) }} @else {{ 'Upto ' . $transaction->date_format(now()) }} @endif |
---|
{{__('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)}} |