@extends('layouts.app',['dashBoardTitle'=>'IMMOVABLE PROPERTY']) @section('script') @endsection @section('buttons') @endsection @section('content')
{{strtoUpper($trialBalanceDetails->companyRelationShip->taxpayer)}} T.R.NO : {{($trialBalanceDetails->companyRelationShip->tax_registration_number)}} Tax Period: {{date('d-M-Y',strtotime(@$trialBalanceDetails->from))}} to {{date('d-M-Y',strtotime(@$trialBalanceDetails->to))}}
@csrf
Transitional rule adjustments
Assets
Nature of Asset
Last date before first tax period
Date of Acquisition
Date of Transfer
No. of days asset is owned before the first tax period
Total no. of days the asset is owned
Ratio
Original cost
Net book value
Valuation Method
Market value
Less : Net book value
Time apportionment method
Gain/(Loss)
Option 1 : Valuation Method
Market value as per the Valuation report
Less : higher of Original cost or Net book value
Gain
Gain to be excluded under option 1
Option 2 : Time apportionment method
Disposal Value
Less : higher of Original cost or Net book value
Gain
Gain to be excluded under option 2
@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 @empty @endforelse
S No. Nature of Asset Description Method Amount Action
{{$loop->iteration}} {{@$article->property_type}} {{$article->asset_name}} {{@$data->method}} {{@$data->gain_loss}}
Total {{$total}}
@endsection