@if($outstanding == 0)
@else
@endif
|
{{ $key+1 }} |
{{ $schedule->investors->name }} |
{{ number_format($official_amount,2) }} |
@if(userAllowedUnofficial($land->branch_id) == 1)
{{ number_format($unofficial_amount_without_rebate,2) }} |
{{ number_format($rebate_unofficial,2) }} |
{{-- {{ number_format($unofficial_amount,2) }} | --}}
@endif
{{ number_format($actual_amount,2) }} |
{{-- | --}}
{{ number_format($schedule->received_official_amount,2) }} |
@if(userAllowedUnofficial($land->branch_id) == 1)
{{ number_format($schedule->received_un_official_amount,2) }} |
@endif
{{ number_format($outstanding,2) }} |
{{-- | --}}
|
@endforeach