{{++$i }}. |
{{ $row->{'Source Name'} }} |
{{ $row->{'Remuneration Text'} }} |
{{ $numberOfPerson[$k]??''}} |
{{ $numberOfDays[$k]??''}} |
{{ isset($data->{$row->Field_Name}) ? number_format($data->{$row->Field_Name}, 0, '', '') : 0 }} |
@if(isset($data->{$row->Field_Name_Deduction}) && is_numeric($data->{$row->Field_Name_Deduction}) && ($data->{$row->Field_Name_Deduction} > 0))
{{ number_format($data->{$row->Field_Name_Deduction}, 2) }}
@else
{{ '-' }}
@endif
|
{{ $row->{'Mock Drill Text'} }} |
{{ $numberOfPerson[$k]??''}} |
{{ $numberOfDays[$k]??''}} |
{{ isset($data->{$row->MockDrillFiledName}) ? number_format($data->{$row->MockDrillFiledName}, 0, '', '') : 0 }} |
@if(isset($data->{$row->MockDrillFiledName_Deduction}) && is_numeric($data->{$row->MockDrillFiledName_Deduction}) && ($data->{$row->MockDrillFiledName_Deduction} > 0))
{{ number_format($data->{$row->MockDrillFiledName_Deduction}, 2) }}
@else
{{ '-' }}
@endif
|
{{++$i }}. |
{{ $row->{'Source Name'} }} |
{{ $row->{'Remuneration Text'} }} |
{{ $numberOfPerson[$k]??''}} |
{{ $numberOfDays[$k]??''}} |
{{ isset($data->{$row->Field_Name}) ? number_format($data->{$row->Field_Name}, 0, '', '') : 0 }} |
{{ $deductionValue }} |
*Note: In the case of a City Coordinator and Centre Superintendent being the same, you pluck a bill for the staff cannot be submitted. |
Total Expenditure |
|
|
|
{{ isset($data->{'Total Expenditure Amount'}) ? number_format($data->{'Total Expenditure Amount'}, 0, '', '') : 0 }} |
|
TDS on Remuneration |
|
|
|
- {{ isset($data->{'TDS_Amount'}) ? number_format($data->{'TDS_Amount'}, 0, '', '') : 0 }} |
|
Net Amount payable by NTA |
|
|
|
{{ isset($data->{'Net Amount Payable'}) ? number_format($data->{'Net Amount Payable'}, 0, '', '') : 0 }} |
|
Total Deductions Amount |
|
|
|
- {{ isset($data->{'Total Deductions Amount'}) ? number_format($data->{'Total Deductions Amount'}, 0, '', '') : 0 }} |
|
Net Payable After Deductions |
|
|
|
{{ isset($data->{'Net Payable After Deductions'}) ? number_format($data->{'Net Payable After Deductions'}, 0, '', '') : 0 }} |
|