@if(count($land_investor) == 0) {{__('lang.add_investors')}} @else Transfer Investor {{-- {{__('lang.edit_investors')}} --}} @endif

Receivable {{$transaction->systemSettingCurrency()}}

@if(count($land_investor) > 0)

@if(userAllowedUnofficial($land->branch_id) == 1) @endif {{-- --}} @if(userAllowedUnofficial($land->branch_id) == 1) @endif {{-- --}} @php $outstanding = 0; $total_official_amount = 0; $total_unofficial_amount_without_rebate = 0; $total_rebate_unofficial = 0; $total_unofficial_amount = 0; $total_actual_amount = 0; $total_paid_official_amount = 0; $total_paid_unofficial_amount = 0; $total_outstanding_amount = 0; @endphp @foreach($land_investor as $key => $schedule) @php $official_amount = $schedule->official_amount; $unofficial_amount_without_rebate = $schedule->unofficial_amount_without_rebate; $rebate_unofficial = $schedule->rebate_amount_unofficial; $unofficial_amount = $schedule->un_official_amount; $actual_amount = $schedule->official_amount + $schedule->un_official_amount; $received_total = $schedule->received_official_amount + $schedule->received_un_official_amount; $outstanding = $actual_amount - $received_total; $total_official_amount += $official_amount; $total_unofficial_amount_without_rebate += $unofficial_amount_without_rebate; $total_rebate_unofficial += $rebate_unofficial; $total_unofficial_amount += $unofficial_amount; $total_actual_amount += $actual_amount; $total_paid_official_amount += $schedule->received_official_amount; $total_paid_unofficial_amount += $schedule->received_un_official_amount; $total_outstanding_amount += $outstanding; @endphp @if(userAllowedUnofficial($land->branch_id) == 1) {{-- --}} @endif {{-- --}} @if(userAllowedUnofficial($land->branch_id) == 1) @endif {{-- --}} @endforeach @if(userAllowedUnofficial($land->branch_id) == 1) {{-- --}} @endif {{-- --}} @if(userAllowedUnofficial($land->branch_id) == 1) @endif {{-- --}}
{{__('lang.s_no')}} {{__('lang.name')}} {{ (userAllowedUnofficial($land->branch_id) == 1) ? __('lang.official_amount') : __('lang.amount') }}{{__('lang.unofficial')}}{{$transaction->systemSettingCurrency()}} {{__('lang.rebate')}}{{$transaction->systemSettingCurrency()}}{{__('lang.actual_amount')}}{{$transaction->systemSettingCurrency()}}Last Paid Date{{ (userAllowedUnofficial($land->branch_id) == 1) ? __('lang.paid_official_amount') : __('lang.paid_amount') }}{{__('lang.paid_un_official')}} {{$transaction->systemSettingCurrency()}}{{__('lang.outstanding')}} {{$transaction->systemSettingCurrency()}}Reference{{__('lang.options')}}
@if($outstanding == 0) @else @endif {{ $key+1 }} {{ $schedule->investors->name }} {{ number_format($official_amount,2) }}{{ number_format($unofficial_amount_without_rebate,2) }} {{ number_format($rebate_unofficial,2) }}{{ number_format($unofficial_amount,2) }}{{ number_format($actual_amount,2) }}{{ number_format($schedule->received_official_amount,2) }}{{ number_format($schedule->received_un_official_amount,2) }}{{ number_format($outstanding,2) }}
SNo {{__('lang.name')}} {{ (userAllowedUnofficial($land->branch_id) == 1) ? number_format($total_official_amount) . $transaction->systemSettingCurrency() : '-' }}{{number_format($total_unofficial_amount_without_rebate) . $transaction->systemSettingCurrency()}} {{number_format($total_rebate_unofficial) . $transaction->systemSettingCurrency()}}{{number_format($total_unofficial_amount) . $transaction->systemSettingCurrency()}}{{number_format($total_actual_amount) . $transaction->systemSettingCurrency()}}Last Paid Date{{ (userAllowedUnofficial($land->branch_id) == 1) ? number_format($total_paid_official_amount) . $transaction->systemSettingCurrency() : '-' }}{{number_format($total_paid_unofficial_amount) . $transaction->systemSettingCurrency()}}{{number_format($total_outstanding_amount) . $transaction->systemSettingCurrency()}}Reference{{__('lang.options')}}
@endif @if(count($receipt_vouchers) > 0)

{{__('lang.receipt_vouchers')}}


@php $outstanding = 0; @endphp @foreach($receipt_vouchers as $key => $receipt) @endforeach
{{__('lang.s_no')}} {{__('lang.pv_no')}} {{__('lang.date')}} {{__('lang.amount')}} {{$transaction->systemSettingCurrency()}} {{__('lang.mode_of_payment')}} {{__('lang.reference')}} {{__('lang.options')}}
{{ $key+1 }} {{ $receipt->receipt_no }} {{ date(config('settings.date_format'), strtotime(trim(str_replace('/', '-', $receipt->date_of_collection))) ) }} {{ number_format($receipt->actual_amount,2) }} {{ $receipt->mode_of_payment }} {{ $receipt->particulars }}
{{__('lang.s_no')}} {{__('lang.pv_no')}} {{__('lang.date')}} {{__('lang.amount')}} {{$transaction->systemSettingCurrency()}} {{__('lang.mode_of_payment')}} {{__('lang.reference')}} {{__('lang.options')}}
@endif @include('admin.land-acquisition.land.partials.investor.transfer-modal')