Transitional rule adjustments
Assets
Nature of Asset
Last date before first tax period
No. of days asset is owned before the first tax period
Total no. of days the asset is owned
Time apportionment method
Option 1 : Valuation Method
Market value as per the Valuation report
Less : higher of Original cost or Net book value
Gain to be excluded under option 1
Option 2 : Time apportionment method
Less : higher of Original cost or Net book value
Gain to be excluded under option 2
S No. |
Nature of Asset |
Description |
Method |
Amount |
Action |
@php
$total = 0;
@endphp
@forelse($articleDatas as $articleData)
@php
$data = json_decode($articleData->data);
$article = Articles::find($data->assets);
$article = json_decode($article->data);
$total += @$data->gain_loss;
@endphp
{{$loop->iteration}} |
{{@$article->property_type}} |
{{$article->asset_name}} |
{{@$data->method}} |
{{@$data->gain_loss}} |
|
@empty
@endforelse
Total |
|
{{$total}} |
@endsection |