Other expenditure |
Disallowance |
|
Expenditure not actually incurred |
|
|
Action |
@php
$other1_total_expenditure = 0;
@endphp
@foreach($other1_expenditures as $other1_expenditure)
@php
$data = json_decode($other1_expenditure->data);
$other1_total_expenditure += $data->disallowance;
@endphp
@if(empty($other1_expenditure->deleted_at))
{{$data->name}} |
{{number_format($data->disallowance,2)}} |
@if($loop->last)
{{number_format($other1_total_expenditure,2)}}
@endif
|
|
@endif
@endforeach
Expenditure of a capital nature |
|
|
|
@php
$other2_total_expenditure = 0;
@endphp
@foreach($other2_expenditures as $other2_expenditure)
@php
$data = json_decode($other2_expenditure->data);
$other2_total_expenditure += $data->disallowance;
@endphp
@if(empty($other2_expenditure->deleted_at))
{{$data->name}} |
{{number_format($data->disallowance,2)}} |
@if($loop->last)
{{number_format($other2_total_expenditure,2)}}
@endif
|
|
@endif
@endforeach
Expenditure not wholly & exclusively incurred for Taxable person's business |
|
|
|
@php
$other3_total_expenditure = 0;
@endphp
@foreach($other3_expenditures as $other3_expenditure)
@php
$data = json_decode($other3_expenditure->data);
$other3_total_expenditure += $data->disallowance;
@endphp
@if(empty($other3_expenditure->deleted_at))
{{$data->name}} |
{{number_format($data->disallowance,2)}} |
@if($loop->last)
{{number_format($other3_total_expenditure,2)}}
@endif
|
|
@endif
@endforeach
Expenditure of a personal nature |
|
|
|
@php
$other4_total_expenditure = 0;
@endphp
@foreach($other4_expenditures as $other4_expenditure)
@php
$data = json_decode($other4_expenditure->data);
$other4_total_expenditure += $data->disallowance;
@endphp
@if(empty($other4_expenditure->deleted_at))
{{$data->name}} |
{{number_format($data->disallowance,2)}} |
@if($loop->last)
{{number_format($other4_total_expenditure,2)}}
@endif
|
|
@endif
@endforeach
Expenditure incurred in relation to exempt income |
|
|
|
@php
$other5_total_expenditure = 0;
@endphp
@foreach($other5_expenditures as $other5_expenditure)
@php
$data = json_decode($other5_expenditure->data);
$other5_total_expenditure += $data->disallowance;
@endphp
@if(empty($other5_expenditure->deleted_at))
{{$data->name}} |
{{number_format($data->disallowance,2)}} |
@if($loop->last)
{{number_format($other5_total_expenditure,2)}}
@endif
|
|
@endif
@endforeach
Losses not connected with Taxable person's business |
|
|
|
@php
$other6_total_expenditure = 0;
@endphp
@foreach($other6_expenditures as $other6_expenditure)
@php
$data = json_decode($other6_expenditure->data);
$other6_total_expenditure += $data->disallowance;
@endphp
@if(empty($other6_expenditure->deleted_at))
{{$data->name}} |
{{number_format($data->disallowance,2)}} |
@if($loop->last)
{{number_format($other6_total_expenditure,2)}}
@endif
|
|
@endif
@endforeach
Any other expenditure |
|
|
|
@php
$other7_total_expenditure = 0;
@endphp
@foreach($other7_expenditures as $other7_expenditure)
@php
$data = json_decode($other7_expenditure->data);
$other7_total_expenditure += $data->disallowance;
@endphp
@if(empty($other_7expenditure->deleted_at))
{{$data->name}} |
{{number_format($data->disallowance,2)}} |
@if($loop->last)
{{number_format($other7_total_expenditure,2)}}
@endif
|
|
@endif
@endforeach
Total disallowance |
|
|
{{number_format($other1_total_expenditure+$other2_total_expenditure+$other3_total_expenditure+$other4_total_expenditure+$other5_total_expenditure+$other6_total_expenditure+$other7_total_expenditure+$totalExpenditure,2)}} |