@if($data->isNotEmpty())
            @foreach($data as $datas)
            
                @if($deshboard == 1)
                @if($loop->first)
                
                    | 
                        S. No.
                     | 
                    FARMER CODE | 
                    Farmer Name | 
                    
                        Infrastructure and Support Services
                     | 
                    
                        YES/No
                     | 
                    
                        Number
                     | 
                    
                        Specification
                     | 
                    
                        Specification Unit
                     | 
                    
                        Year of Asset creation (DD/MM/YY)
                     | 
                    
                        Total Investment/ Cost (Rs.)
                     | 
                    
                        Subsidy / Grant (Rs.)
                     | 
                    
                        Bank Loan Cost (Rs.)
                     | 
                    
                        Balance Source of Investment (Rs.)
                     | 
                    
                        Economic / Useful Life (Year)
                     | 
                    
                        Residual Value of Asset (Rs.)
                     | 
                    
                        Annual Interest on Bank Loan(Rs.)
                     | 
                    
                        Annual Depreciation (Rs.)
                     | 
                    
                        Annual Insurance (Rs.)
                     | 
                    
                        Annual Tax (Rs.)
                     | 
                    
                        Annual Repair and Maintenance (Rs.)
                     | 
                    
                        Annual Fixed cost of Asset (Rs.)
                     | 
                    
                        Rental Unit of Farm Asset in Cluster Area ( per hour/ per unit area per day / month / year )
                     | 
                    
                        Rental Rate of Farm Asset in Cluster Area (Rs.)
                     | 
                    
                        Any Other
                     | 
                
                @endif
                @else
                
                    | 
                        S. No.
                     | 
                    FARMER CODE | 
                    Farmer Name | 
                    
                        Infrastructure and Support Services
                     | 
                    
                        YES/No
                     | 
                    
                        Number
                     | 
                    
                        Specification
                     | 
                    
                        Specification Unit
                     | 
                    
                        Year of Asset creation (DD/MM/YY)
                     | 
                    
                        Total Investment/ Cost (Rs.)
                     | 
                    
                        Subsidy / Grant (Rs.)
                     | 
                    
                        Bank Loan Cost (Rs.)
                     | 
                    
                        Balance Source of Investment (Rs.)
                     | 
                    
                        Economic / Useful Life (Year)
                     | 
                    
                        Residual Value of Asset (Rs.)
                     | 
                    
                        Annual Interest on Bank Loan(Rs.)
                     | 
                    
                        Annual Depreciation (Rs.)
                     | 
                    
                        Annual Insurance (Rs.)
                     | 
                    
                        Annual Tax (Rs.)
                     | 
                    
                        Annual Repair and Maintenance (Rs.)
                     | 
                    
                        Annual Fixed cost of Asset (Rs.)
                     | 
                    
                        Rental Unit of Farm Asset in Cluster Area ( per hour/ per unit area per day / month / year )
                     | 
                    
                        Rental Rate of Farm Asset in Cluster Area (Rs.)
                     | 
                    
                        Any Other
                     | 
                
                @endif
                @if($datas->canal || $datas->tubewell || $datas->enginer_motor_solar || $datas->pump_sets || $datas->pond || $datas->irrigation_system || $datas->pump_house || $datas->irrigation_infrastructures_other)
                
                    | 
                        1
                     | 
                    
                        {{$datas->farmer_code_id}}
                     | 
                    
                        {{$datas->first_name == 'null' ? '' : $datas->first_name.' '.$datas->last_name}}
                     | 
                    
                        Irrigation Infrastructure
                     | 
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                     | 
                     | 
                
                @endif
                @if($datas->canal)
                
                    | 
                        a
                     | 
                    
                     | 
                    
                     | 
                    
                        Canal
                     | 
                     | 
                    @php
                    $canalData = json_decode($datas->canal, true);
                    @endphp
                    
                        {{ $canalData['number'] ?? '' }}
                     | 
                    
                        {{ $canalData['specification'] ?? '' }}
                     | 
                     {{ $canalData['specification_unit'] ?? '' }} | 
                    
                        {{ $canalData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $canalData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $canalData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $canbankLonCost = ($canalData['total_investment_cost'] ?? 0) - ($canalData['subsidy_grant'] ?? 0);
                    $Canbla_sou = $canbankLonCost - ($canalData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($Canbla_sou != 0)
                        {{ $Canbla_sou }}
                        @endif
                     | 
                    
                        {{ $canalData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $canalData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $canresitent = ($canalData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($canresitent != 0)
                        {{ $canresitent }}
                        @endif
                     | 
                    @php
                    $cananu = $Canbla_sou/2*12/100;
                    @endphp
                    
                        @if($cananu != 0)
                        {{ $cananu }}
                        @endif
                     | 
                    @php
                    $cananul_dep = ($canalData['total_investment_cost'] ?? 0) / ($canalData['economic_useful_life'] ??
                    1);
                    @endphp
                    
                        @if($cananul_dep != 0)
                        {{ number_format($cananul_dep, 2) }}
                        @endif
                     | 
                    
                        {{ $canalData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $canalData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $canalData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $cananul_dep = ($canalData['total_investment_cost'] ?? 0) / ($canalData['economic_useful_life'] ??
                    1);
                    $cananualfixdCost = $cananul_dep
                    + ($canalData['annual_insurance'] ?? 0)
                    + ($canalData['annual_tax'] ?? 0)
                    + ($canalData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($cananualfixdCost != 0)
                        {{ number_format($cananualfixdCost, 2) }}
                        @endif
                     | 
                    
                        {{ $canalData['rental_unit'] ?? '' }}
                     | 
                     {{ $canalData['rental_rate'] ?? '' }} | 
                    {{ $canalData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->tubewell)
                
                    | 
                        b
                     | 
                    
                     | 
                    
                     | 
                    
                        Tubewell
                     | 
                     | 
                    @php
                    $tubewellData = json_decode($datas->tubewell, true);
                    @endphp
                    
                        {{ $tubewellData['number'] ?? '' }}
                     | 
                    
                        {{ $tubewellData['specification'] ?? '' }}
                     | 
                    
                        {{ $tubewellData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $tubewellData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $tubewellData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $tubewellData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $tubebankLonCost = ($tubewellData['total_investment_cost'] ?? 0) - ($tubewellData['subsidy_grant']
                    ?? 0);
                    $tubebla_sou = $tubebankLonCost - ($tubewellData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($tubebla_sou != 0)
                        {{ $tubebla_sou }}
                        @endif
                     | 
                    
                        {{ $tubewellData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $tubewellData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $tuberesitent = ($tubewellData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($tuberesitent != 0)
                        {{ $tuberesitent }}
                        @endif
                     | 
                    @php
                    $tubeanu = $tubebla_sou/2*12/100;
                    @endphp
                    
                        @if($tubeanu != 0)
                        {{ $tubeanu }}
                        @endif
                     | 
                    @php
                    $tubeanul_dep = ($tubewellData['total_investment_cost'] ?? 0) /
                    ($tubewellData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($tubeanul_dep != 0)
                        {{ number_format($tubeanul_dep, 2) }}
                        @endif
                     | 
                    
                        {{ $tubewellData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $tubewellData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $tubewellData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $tubeanul_dep = ($tubewellData['total_investment_cost'] ?? 0) /
                    ($tubewellData['economic_useful_life'] ?? 1);
                    $tubeanualfixdCost = $tubeanul_dep
                    + ($tubewellData['annual_insurance'] ?? 0)
                    + ($tubewellData['annual_tax'] ?? 0)
                    + ($tubewellData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($tubeanualfixdCost != 0)
                        {{ $tubeanualfixdCost }}
                        @endif
                     | 
                    
                        {{ $tubewellData['rental_unit'] ?? '' }}
                     | 
                     {{ $tubewellData['rental_rate'] ?? '' }} | 
                    {{ $tubewellData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->enginer_motor_solar)
                
                    | 
                        c
                     | 
                    
                     | 
                    
                     | 
                    
                        Engine / Motor / Solar
                     | 
                     | 
                    @php
                    $moterData = json_decode($datas->enginer_motor_solar, true);
                    @endphp
                    
                        {{ $moterData['number'] ?? '' }}
                     | 
                    
                        {{ $moterData['specification'] ?? '' }}
                     | 
                    
                        {{ $moterData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $moterData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $moterData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $moterData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $moterbankLonCost = ($moterData['total_investment_cost'] ?? 0) - ($moterData['subsidy_grant'] ?? 0);
                    $moterbla_sou = $moterbankLonCost - ($moterData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($moterbla_sou != 0)
                        {{ $moterbla_sou }}
                        @endif
                     | 
                    
                        {{ $moterData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $moterData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $moterresitent = ($moterData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($moterresitent != 0)
                        {{ $moterresitent }}
                        @endif
                     | 
                    @php
                    $moteranu = $moterbla_sou/2*12/100;
                    @endphp
                    
                        @if($moteranu != 0)
                        {{ $moteranu }}
                        @endif
                     | 
                    @php
                    $moteranul_dep = ($moterData['total_investment_cost'] ?? 0) / ($moterData['economic_useful_life'] ??
                    1);
                    @endphp
                    
                        @if($moteranul_dep != 0)
                        {{ number_format($moteranul_dep, 2) }}
                        @endif
                     | 
                    
                        {{ $moterData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $moterData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $moterData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $moteranul_dep = ($moterData['total_investment_cost'] ?? 0) / ($moterData['economic_useful_life'] ??
                    1);
                    $moteranualfixdCost = $moteranul_dep
                    + ($moterData['annual_insurance'] ?? 0)
                    + ($moterData['annual_tax'] ?? 0)
                    + ($moterData['annual_repair_and_maintenance'] ?? 0);
                    $moteranualfixdCostFormatted = number_format($moteranualfixdCost, 2);
                    @endphp
                    
                        @if($moteranualfixdCostFormatted != 0)
                        {{ $moteranualfixdCostFormatted }}
                        @endif
                     | 
                    
                        {{ $moterData['rental_unit'] ?? '' }}
                     | 
                    
                        {{ $moterData['rental_rate'] ?? '' }}
                     | 
                    {{ $moterData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->pump_sets)
                
                    | 
                        d
                     | 
                    
                     | 
                    
                     | 
                    
                        Pump sets ( Diesel/ electric/ Solar)
                     | 
                     | 
                    @php
                    $pumpsetData = json_decode($datas->pump_sets, true);
                    @endphp
                    
                        {{ $pumpsetData['number'] ?? '' }}
                     | 
                    
                        {{ $pumpsetData['specification'] ?? '' }}
                     | 
                    
                        {{ $pumpsetData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $pumpsetData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $pumpsetData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $pumpsetData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $pumpbankLonCost = ($pumpsetData['total_investment_cost'] ?? 0) - ($pumpsetData['subsidy_grant'] ??
                    0);
                    $pumpbla_sou = $pumpbankLonCost - ($pumpsetData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($pumpbla_sou != 0)
                        {{ $pumpbla_sou }}
                        @endif
                     | 
                    
                        {{ $pumpsetData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $pumpsetData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $pumpresitent = ($pumpsetData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($pumpresitent != 0)
                        {{ $pumpresitent ?? '' }}
                        @endif
                     | 
                    @php
                    $punpanu = $pumpbla_sou/2*12/100;
                    @endphp
                    
                        @if($punpanu != 0)
                        {{ $punpanu ?? '' }}
                        @endif
                     | 
                    @php
                    $pumpanul_dep = ($pumpsetData['total_investment_cost'] ?? 0) / ($pumpsetData['economic_useful_life']
                    ?? 1);
                    @endphp
                    
                        @if($pumpanul_dep != 0)
                        {{ $pumpanul_dep ?? '' }}
                        @endif
                     | 
                    
                        {{ $pumpsetData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $pumpsetData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $pumpsetData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anul_deppump = ($pumpsetData['total_investment_cost'] ?? 0) / ($pumpsetData['economic_useful_life']
                    ?? 1);
                    $pumpanualfixdCost = $anul_deppump
                    + ($pumpsetData['annual_insurance'] ?? 0)
                    + ($pumpsetData['annual_tax'] ?? 0)
                    + ($pumpsetData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($pumpanualfixdCost != 0)
                        {{ $pumpanualfixdCost ?? '' }}
                        @endif
                     | 
                    {{ $pumpsetData['rental_unit'] ?? '' }} | 
                    {{ $pumpsetData['rental_rate'] ?? '' }} | 
                    {{ $pumpsetData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->pond)
                
                    | 
                        e
                     | 
                    
                     | 
                    
                     | 
                    
                        Pond
                     | 
                     | 
                    @php
                    $pondData = json_decode($datas->pond, true);
                    @endphp
                    
                        {{ $pondData['number'] ?? '' }}
                     | 
                    
                        {{ $pondData['specification'] ?? '' }}
                     | 
                    
                        {{ $pondData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $pondData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $pondData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $pondData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $pondbankLonCost = ($pondData['total_investment_cost'] ?? 0) - ($pondData['subsidy_grant'] ?? 0);
                    $pondbla_sou = $pondbankLonCost - ($pondData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($pondbla_sou != 0)
                        {{ $pondbla_sou }}
                        @endif
                     | 
                    
                        {{ $pondData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $pondData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $pondresitent = ($pondData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($pondresitent != 0)
                        {{ $pondresitent }}
                        @endif
                     | 
                    @php
                    $pondanu = $pondbla_sou/2*12/100;
                    @endphp
                    
                        @if($pondanu != 0)
                        {{ $pondanu }}
                        @endif
                     | 
                    @php
                    $pondanul_dep = ($pondData['total_investment_cost'] ?? 0) / ($pondData['economic_useful_life'] ??
                    1);
                    $formatted_pondanul_dep = number_format($pondanul_dep, 2);
                    @endphp
                    
                        @if($formatted_pondanul_dep != 0)
                        {{ $formatted_pondanul_dep }}
                        @endif
                     | 
                    
                        {{ $pondData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $pondData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $pondData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $pondanul_dep = ($pondData['total_investment_cost'] ?? 0) / ($pondData['economic_useful_life'] ??
                    1);
                    $pondanualfixdCost = $pondanul_dep
                    + ($pondData['annual_insurance'] ?? 0)
                    + ($pondData['annual_tax'] ?? 0)
                    + ($pondData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($pondanualfixdCost != 0)
                        {{ $pondanualfixdCost }}
                        @endif
                     | 
                    
                        {{ $pondData['rental_unit'] ?? '' }}
                     | 
                    {{ $pondData['rental_rate'] ?? '' }} | 
                    {{ $pondData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->irrigation_system)
                
                    | 
                        f
                     | 
                    
                     | 
                    
                     | 
                    
                        Sprinkler / drip irrigation System
                     | 
                     | 
                    @php
                    $irrigation_systemData = json_decode($datas->irrigation_system, true);
                    @endphp
                    
                        {{ $irrigation_systemData['number'] ?? '' }}
                     | 
                    
                        {{ $irrigation_systemData['specification'] ?? '' }}
                     | 
                    
                        {{ $irrigation_systemData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $irrigation_systemData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $irrigation_systemData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $irrigation_systemData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $irrigabankLonCost = ($irrigation_systemData['total_investment_cost'] ?? 0) -
                    ($irrigation_systemData['subsidy_grant'] ?? 0);
                    $irrgabla_sou = $irrigabankLonCost - ($irrigation_systemData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($irrgabla_sou != 0)
                        {{ $irrgabla_sou }}
                        @endif
                     | 
                    
                        {{ $irrigation_systemData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $irrigation_systemData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $iggresitent = ($irrigation_systemData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($iggresitent != 0)
                        {{ $iggresitent }}
                        @endif
                     | 
                    @php
                    $igganu = $irrgabla_sou/2*12/100;
                    @endphp
                    
                        @if($igganu != 0)
                        {{ $igganu }}
                        @endif
                     | 
                    @php
                    $iggaanul_dep = ($irrigation_systemData['total_investment_cost'] ?? 0) /
                    ($irrigation_systemData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($iggaanul_dep != 0)
                        {{ $iggaanul_dep }}
                        @endif
                     | 
                    
                        {{ $irrigation_systemData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $irrigation_systemData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $irrigation_systemData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $iggaanul_dep = ($irrigation_systemData['total_investment_cost'] ?? 0) /
                    ($irrigation_systemData['economic_useful_life'] ?? 1);
                    $iggaanualfixdCost = $iggaanul_dep
                    + ($irrigation_systemData['annual_insurance'] ?? 0)
                    + ($irrigation_systemData['annual_tax'] ?? 0)
                    + ($irrigation_systemData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($iggaanualfixdCost != 0)
                        {{ $iggaanualfixdCost }}
                        @endif
                     | 
                    
                        {{ $irrigation_systemData['rental_unit'] ?? '' }}
                     | 
                    {{ $irrigation_systemData['rental_rate'] ?? '' }} | 
                    {{ $irrigation_systemData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->pump_house)
                
                    | 
                        g
                     | 
                    
                     | 
                    
                     | 
                    
                        Pump House
                     | 
                     | 
                    @php
                    $pump_houseData = json_decode($datas->pump_house, true);
                    @endphp
                    
                        {{ $pump_houseData['number'] ?? '' }}
                     | 
                    
                        {{ $pump_houseData['specification'] ?? '' }}
                     | 
                    
                        {{ $pump_houseData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $pump_houseData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $pump_houseData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $pump_houseData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $pumpbankLonCost = ($pump_houseData['total_investment_cost'] ?? 0) -
                    ($pump_houseData['subsidy_grant'] ?? 0);
                    $pumpbla_sou = $pumpbankLonCost - ($pump_houseData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($pumpbla_sou != 0)
                        {{ $pumpbla_sou }}
                        @endif
                     | 
                    
                        {{ $pump_houseData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $pump_houseData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resitent = ($pump_houseData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resitent != 0)
                        {{ $resitent }}
                        @endif
                     | 
                    @php
                    $bankanu = $pumpbla_sou/2*12/100;
                    @endphp
                    
                        @if($bankanu != 0)
                        {{ $bankanu }}
                        @endif
                     | 
                    @php
                    $pumpanul_dep = ($pump_houseData['total_investment_cost'] ?? 0) /
                    ($pump_houseData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($pumpanul_dep != 0)
                        {{ $pumpanul_dep }}
                        @endif
                     | 
                    
                        {{ $pump_houseData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $pump_houseData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $pump_houseData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $pumpanul_dep = ($pump_houseData['total_investment_cost'] ?? 0) /
                    ($pump_houseData['economic_useful_life'] ?? 1);
                    $pumpanualfixdCost = $pumpanul_dep
                    + ($pump_houseData['annual_insurance'] ?? 0)
                    + ($pump_houseData['annual_tax'] ?? 0)
                    + ($pump_houseData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($pumpanualfixdCost != 0)
                        {{ $pumpanualfixdCost }}
                        @endif
                     | 
                    
                        {{ $pump_houseData['rental_unit'] ?? '' }}
                     | 
                    {{ $pump_houseData['rental_rate'] ?? '' }} | 
                    {{ $pump_houseData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->irrigation_infrastructures_other)
                
                    | 
                        h
                     | 
                    
                     | 
                    
                     | 
                    
                        Other
                     | 
                     | 
                    @php
                    $irrigation_infrastructures_otherData = json_decode($datas->irrigation_infrastructures_other, true);
                    @endphp
                    
                        {{ $irrigation_infrastructures_otherData['number'] ?? '' }}
                     | 
                    
                        {{ $irrigation_infrastructures_otherData['specification'] ?? '' }}
                     | 
                    
                        {{ $irrigation_infrastructures_otherData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $irrigation_infrastructures_otherData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $irrigation_infrastructures_otherData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $irrigation_infrastructures_otherData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $igbankLonCost = ($irrigation_infrastructures_otherData['total_investment_cost'] ?? 0) -
                    ($irrigation_infrastructures_otherData['subsidy_grant'] ?? 0);
                    $igbla_sou = $igbankLonCost - ($irrigation_infrastructures_otherData['balance_source_of_investment']
                    ?? 0);
                    @endphp
                    
                        @if($igbla_sou != 0)
                        {{ $igbla_sou }}
                        @endif
                     | 
                    
                        {{ $irrigation_infrastructures_otherData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $irrigation_infrastructures_otherData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $igresitent = ($irrigation_infrastructures_otherData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($igresitent != 0)
                        {{ $igresitent }}
                        @endif
                     | 
                    @php
                    $iganu = $igbla_sou/2*12/100;
                    @endphp
                    
                        @if($iganu != 0)
                        {{ $iganu }}
                        @endif
                     | 
                    @php
                    $iganul_dep = ($irrigation_infrastructures_otherData['total_investment_cost'] ?? 0) /
                    ($irrigation_infrastructures_otherData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($iganul_dep != 0)
                        {{ $iganul_dep }}
                        @endif
                     | 
                    
                        {{ $irrigation_infrastructures_otherData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $irrigation_infrastructures_otherData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $irrigation_infrastructures_otherData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $iganul_dep = ($irrigation_infrastructures_otherData['total_investment_cost'] ?? 0) /
                    ($irrigation_infrastructures_otherData['economic_useful_life'] ?? 1);
                    $iganualfixdCost = $iganul_dep
                    + ($irrigation_infrastructures_otherData['annual_insurance'] ?? 0)
                    + ($irrigation_infrastructures_otherData['annual_tax'] ?? 0)
                    + ($irrigation_infrastructures_otherData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($iganualfixdCost != 0)
                        {{ $iganualfixdCost }}
                        @endif
                     | 
                    
                        {{ $irrigation_infrastructures_otherData['rental_unit'] ?? '' }}
                     | 
                    {{ $irrigation_infrastructures_otherData['rental_rate'] ?? '' }} | 
                    {{ $irrigation_infrastructures_otherData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->tractor || $datas->power_tiller || $datas->cultivator || $datas->rotator || $datas->harrow || $datas->leveller || $datas->plough
                 || $datas->speed_drill || $datas->speed_planter || $datas->speed_cum_fertilizer_drill || $datas->trolley || $datas->reaper_cum_binder || 
                  $datas->bhusa_machine || $datas->thresher || $datas->combine_harvester || $datas->farm_mechanisms_other)
                
                    | 
                        2
                     | 
                    
                     | 
                    
                     | 
                    
                        Farm Mechanization Infrastructure
                     | 
                     | 
                    
                     | 
                    
                     |  | 
                    
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                     | 
                
                @endif
                @if($datas->tractor)
                
                    | 
                        a
                     | 
                    
                     | 
                    
                     | 
                    
                        Tractor
                     | 
                     | 
                    @php
                    $tractorData = json_decode($datas->tractor, true);
                    @endphp
                    
                        {{ $tractorData['number'] ?? '' }}
                     | 
                    
                        {{ $tractorData['specification'] ?? '' }}
                     | 
                    
                        {{ $tractorData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $tractorData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $tractorData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $tractorData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bankLonCost = ($tractorData['total_investment_cost'] ?? 0) - ($tractorData['subsidy_grant'] ?? 0);
                    $bla_sou = $bankLonCost - ($tractorData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($bla_sou != 0)
                        {{ $bla_sou }}
                        @endif
                     | 
                    
                        {{ $tractorData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $tractorData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resitent = ($tractorData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resitent != 0)
                        {{ $resitent }}
                        @endif
                     | 
                    @php
                    $anu = $bla_sou/2*12/100;
                    @endphp
                    
                        @if($anu != 0)
                        {{ $anu }}
                        @endif
                     | 
                    @php
                    $anul_dep = ($tractorData['total_investment_cost'] ?? 0) / ($tractorData['economic_useful_life'] ??
                    1);
                    @endphp
                    
                        @if($anul_dep != 0)
                        {{ $anul_dep }}
                        @endif
                     | 
                    
                        {{ $tractorData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $tractorData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $tractorData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anul_dep = ($tractorData['total_investment_cost'] ?? 0) / ($tractorData['economic_useful_life'] ??
                    1);
                    $anualfixdCost = $anul_dep
                    + ($tractorData['annual_insurance'] ?? 0)
                    + ($tractorData['annual_tax'] ?? 0)
                    + ($tractorData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anualfixdCost != 0)
                        {{ $anualfixdCost }}
                        @endif
                     | 
                    
                        {{ $tractorData['rental_unit'] ?? '' }}
                     | 
                    {{ $tractorData['rental_rate'] ?? '' }} | 
                    {{ $tractorData['any_other'] ?? '' }} | 
                
                @endif
               
                @if($datas->power_tiller)
                
                    | 
                        b
                     | 
                    
                     | 
                    
                     | 
                    
                        Power Tiller
                     | 
                     | 
                    @php
                    $power_tillerData = json_decode($datas->power_tiller, true);
                    @endphp
                    
                        {{ $power_tillerData['number'] ?? '' }}
                     | 
                    
                        {{ $power_tillerData['specification'] ?? '' }}
                     | 
                    
                        {{ $power_tillerData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $power_tillerData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $power_tillerData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $power_tillerData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $powbankLonCost = ($power_tillerData['total_investment_cost'] ?? 0) -
                    ($power_tillerData['subsidy_grant'] ?? 0);
                    $powbla_sou = $powbankLonCost - ($power_tillerData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($powbla_sou != 0)
                        {{ $powbla_sou }}
                        @endif
                     | 
                    
                        {{ $power_tillerData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $power_tillerData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $powresitent = ($power_tillerData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($powresitent != 0)
                        {{ $powresitent }}
                        @endif
                     | 
                    @php
                    $poweranu = $powbla_sou/2*12/100;
                    @endphp
                    
                        @if($poweranu != 0)
                        {{ $poweranu }}
                        @endif
                     | 
                    @php
                    $powanul_dep = ($power_tillerData['total_investment_cost'] ?? 0) /
                    ($power_tillerData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($powanul_dep != 0)
                        {{ $powanul_dep }}
                        @endif
                     | 
                    
                        {{ $power_tillerData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $power_tillerData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $power_tillerData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $powanul_dep = ($power_tillerData['total_investment_cost'] ?? 0) /
                    ($power_tillerData['economic_useful_life'] ?? 1);
                    $powanualfixdCost = $powanul_dep
                    + ($power_tillerData['annual_insurance'] ?? 0)
                    + ($power_tillerData['annual_tax'] ?? 0)
                    + ($power_tillerData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($powanualfixdCost != 0)
                        {{ $powanualfixdCost }}
                        @endif
                     | 
                    
                        {{ $power_tillerData['rental_unit'] ?? '' }}
                     | 
                     {{ $power_tillerData['rental_rate'] ?? '' }} | 
                    {{ $power_tillerData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->cultivator)
                
                    | 
                        c
                     | 
                    
                     | 
                    
                     | 
                    
                        Cultivator
                     | 
                     | 
                    @php
                    $cultivatorData = json_decode($datas->cultivator, true);
                    @endphp
                    
                        {{ $cultivatorData['number'] ?? '' }}
                     | 
                    
                        {{ $cultivatorData['specification'] ?? '' }}
                     | 
                    
                        {{ $cultivatorData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $cultivatorData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $cultivatorData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $cultivatorData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $cubankLonCost = ($cultivatorData['total_investment_cost'] ?? 0) - ($cultivatorData['subsidy_grant']
                    ?? 0);
                    $cubla_sou = $cubankLonCost - ($cultivatorData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($cubla_sou != 0)
                        {{ $cubla_sou }}
                        @endif
                     | 
                    
                        {{ $cultivatorData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $cultivatorData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $curesitent = ($cultivatorData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($curesitent != 0)
                        {{ $curesitent }}
                        @endif
                     | 
                    @php
                    $cuanu = $cubla_sou/2*12/100;
                    @endphp
                    
                        @if($cuanu != 0)
                        {{ $cuanu }}
                        @endif
                     | 
                    @php
                    $cuanul_dep = ($cultivatorData['total_investment_cost'] ?? 0) /
                    ($cultivatorData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($cuanul_dep != 0)
                        {{ $cuanul_dep }}
                        @endif
                     | 
                    
                        {{ $cultivatorData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $cultivatorData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $cultivatorData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $cuanul_dep = ($cultivatorData['total_investment_cost'] ?? 0) /
                    ($cultivatorData['economic_useful_life'] ?? 1);
                    $cuanualfixdCost = $cuanul_dep
                    + ($cultivatorData['annual_insurance'] ?? 0)
                    + ($cultivatorData['annual_tax'] ?? 0)
                    + ($cultivatorData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($cuanualfixdCost != 0)
                        {{ $cuanualfixdCost }}
                        @endif
                     | 
                    
                        {{ $cultivatorData['rental_unit'] ?? '' }}
                     | 
                     {{ $cultivatorData['rental_rate'] ?? '' }} | 
                    {{ $cultivatorData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->rotator)
                
                    | 
                        d
                     | 
                    
                     | 
                    
                     | 
                    
                        Rotator
                     | 
                     | 
                    @php
                    $rotatorData = json_decode($datas->rotator, true);
                    @endphp
                    
                        {{ $rotatorData['number'] ?? '' }}
                     | 
                    
                        {{ $rotatorData['specification'] ?? '' }}
                     | 
                    
                        {{ $rotatorData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $rotatorData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $rotatorData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $rotatorData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $rotatorDatabankLonCost = ($rotatorData['total_investment_cost'] ?? 0) -
                    ($rotatorData['subsidy_grant'] ?? 0);
                    $robla_sou = $rotatorDatabankLonCost - ($rotatorData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($robla_sou != 0)
                        {{ $robla_sou }}
                        @endif
                     | 
                    
                        {{ $rotatorData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $rotatorData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $roresitent = ($rotatorData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($roresitent != 0)
                        {{ $roresitent }}
                        @endif
                     | 
                    @php
                    $roanu = $robla_sou/2*12/100;
                    @endphp
                    
                        @if($roanu != 0)
                        {{ $roanu }}
                        @endif
                     | 
                    @php
                    $roanul_dep = ($rotatorData['total_investment_cost'] ?? 0) / ($rotatorData['economic_useful_life']
                    ?? 1);
                    @endphp
                    
                        @if($roanul_dep != 0)
                        {{ $roanul_dep }}
                        @endif
                     | 
                    
                        {{ $rotatorData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $rotatorData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $rotatorData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $roanul_dep = ($rotatorData['total_investment_cost'] ?? 0) / ($rotatorData['economic_useful_life']
                    ?? 1);
                    $roanualfixdCost = $roanul_dep
                    + ($rotatorData['annual_insurance'] ?? 0)
                    + ($rotatorData['annual_tax'] ?? 0)
                    + ($rotatorData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($roanualfixdCost != 0)
                        {{ $roanualfixdCost }}
                        @endif
                     | 
                    
                        {{ $rotatorData['rental_unit'] ?? '' }}
                     | 
                    {{ $rotatorData['rental_rate'] ?? '' }} | 
                    {{ $rotatorData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->harrow)
                
                    | 
                        e
                     | 
                    
                     | 
                    
                     | 
                    
                        Harrow
                     | 
                     | 
                    @php
                    $harrowData = json_decode($datas->harrow, true);
                    @endphp
                    
                        {{ $harrowData['number'] ?? '' }}
                     | 
                    
                        {{ $harrowData['specification'] ?? '' }}
                     | 
                    
                        {{ $harrowData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $harrowData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $harrowData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $harrowData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $harrowBCost = ($harrowData['total_investment_cost'] ?? 0) - ($harrowData['subsidy_grant'] ?? 0);
                    $harrowCost = $harrowBCost - ($harrowData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($harrowCost != 0)
                        {{ $harrowCost }}
                        @endif
                     | 
                    
                        {{ $harrowData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $harrowData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $howwresitent = ($harrowData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($howwresitent != 0)
                        {{ $howwresitent ?? '' }}
                        @endif
                     | 
                    @php
                    $howwanu = $harrowCost/2*12/100;
                    @endphp
                    
                        @if($howwanu != 0)
                        {{ $howwanu ?? '' }}
                        @endif
                     | 
                    @php
                    $howwanul_dep = ($harrowData['total_investment_cost'] ?? 0) / ($harrowData['economic_useful_life']
                    ?? 1);
                    @endphp
                    
                        @if($howwanul_dep != 0)
                        {{ $howwanul_dep ?? '' }}
                        @endif
                        
                     | 
                    
                        {{ $harrowData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $harrowData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $harrowData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $howwanul_dep = ($harrowData['total_investment_cost'] ?? 0) / ($harrowData['economic_useful_life']
                    ?? 1);
                    $howwanualfixdCost = $howwanul_dep
                    + ($harrowData['annual_insurance'] ?? 0)
                    + ($harrowData['annual_tax'] ?? 0)
                    + ($harrowData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($howwanualfixdCost != 0)
                        {{ $howwanualfixdCost ?? '' }}
                        @endif
                        
                     | 
                    
                        {{ $harrowData['rental_unit'] ?? '' }}
                     | 
                     {{ $harrowData['rental_rate'] ?? '' }} | 
                    {{ $harrowData['any_other'] ?? '' }} | 
                
                
                @endif
                @if($datas->leveller)
                
                    | 
                        f
                     | 
                    
                     | 
                    
                     | 
                    
                        Leveller
                     | 
                     | 
                    @php
                    $levellerData = json_decode($datas->leveller, true);
                    @endphp
                    
                        {{ $levellerData['number'] ?? '' }}
                     | 
                    
                        {{ $levellerData['specification'] ?? '' }}
                     | 
                    
                        {{ $levellerData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $levellerData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $levellerData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $levellerData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $lebankLonCost = ($levellerData['total_investment_cost'] ?? 0) - ($levellerData['subsidy_grant'] ??
                    0);
                    $lebla_sou = $lebankLonCost - ($levellerData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($lebla_sou != 0)
                        {{ $lebla_sou }}
                        @endif
                     | 
                    
                        {{ $levellerData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $levellerData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $leresitent = ($levellerData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($leresitent != 0)
                        {{ $leresitent }}
                        @endif
                     | 
                    @php
                    $leanu = $lebla_sou/2*12/100;
                    @endphp
                    
                        @if($leanu != 0)
                        {{ $leanu }}
                        @endif
                     | 
                    @php
                    $leanul_dep = ($levellerData['total_investment_cost'] ?? 0) / ($levellerData['economic_useful_life']
                    ?? 1);
                    @endphp
                    
                        @if($leanul_dep != 0)
                        {{ $leanul_dep }}
                        @endif
                     | 
                    
                        {{ $levellerData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $levellerData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $levellerData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $leanul_dep = ($levellerData['total_investment_cost'] ?? 0) / ($levellerData['economic_useful_life']
                    ?? 1);
                    $leanualfixdCost = $leanul_dep
                    + ($levellerData['annual_insurance'] ?? 0)
                    + ($levellerData['annual_tax'] ?? 0)
                    + ($levellerData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($leanualfixdCost != 0)
                        {{ $leanualfixdCost }}
                        @endif
                     | 
                    
                        {{ $levellerData['rental_unit'] ?? '' }}
                     | 
                    {{ $levellerData['rental_rate'] ?? '' }} | 
                    {{ $levellerData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->plough)
                
                    | 
                        g
                     | 
                    
                     | 
                    
                     | 
                    
                        Plough (MB Plough / Disc Plough)
                     | 
                     | 
                    @php
                    $ploughData = json_decode($datas->plough, true);
                    @endphp
                    
                        {{ $ploughData['number'] ?? '' }}
                     | 
                    
                        {{ $ploughData['specification'] ?? '' }}
                     | 
                    
                        {{ $ploughData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $ploughData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $ploughData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $ploughData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $plbankLonCost = ($ploughData['total_investment_cost'] ?? 0) - ($ploughData['subsidy_grant'] ?? 0);
                    $plbla_sou = $plbankLonCost - ($ploughData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($plbla_sou != 0)
                        {{ $plbla_sou }}
                        @endif
                     | 
                    
                        {{ $ploughData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $ploughData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $plresitent = ($ploughData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($plresitent != 0)
                        {{ $plresitent }}
                        @endif
                     | 
                    @php
                    $planu = $plbla_sou/2*12/100;
                    @endphp
                    
                        @if($planu != 0)
                        {{ $planu }}
                        @endif
                     | 
                    @php
                    $planul_dep = ($ploughData['total_investment_cost'] ?? 0) / ($ploughData['economic_useful_life'] ??
                    1);
                    @endphp
                    
                        @if($planul_dep != 0)
                        {{ $planul_dep }}
                        @endif
                     | 
                    
                        {{ $ploughData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $ploughData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $ploughData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $planul_dep = ($ploughData['total_investment_cost'] ?? 0) / ($ploughData['economic_useful_life'] ??
                    1);
                    $planualfixdCost = $planul_dep
                    + ($ploughData['annual_insurance'] ?? 0)
                    + ($ploughData['annual_tax'] ?? 0)
                    + ($ploughData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($planualfixdCost != 0)
                        {{ $planualfixdCost }}
                        @endif
                     | 
                    
                        {{ $ploughData['rental_unit'] ?? '' }}
                     | 
                     {{ $ploughData['rental_rate'] ?? '' }} | 
                    {{ $ploughData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->speed_drill)
                
                    | 
                        h
                     | 
                    
                     | 
                    
                     | 
                    
                        Seed drill
                     | 
                     | 
                    @php
                    $speed_drillData = json_decode($datas->speed_drill, true);
                    @endphp
                    
                        {{ $speed_drillData['number'] ?? '' }}
                     | 
                    
                        {{ $speed_drillData['specification'] ?? '' }}
                     | 
                    
                        {{ $speed_drillData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $speed_drillData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $speed_drillData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $speed_drillData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $spbankLonCost = ($speed_drillData['total_investment_cost'] ?? 0) -
                    ($speed_drillData['subsidy_grant'] ?? 0);
                    $spbla_sou = $spbankLonCost - ($speed_drillData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($spbla_sou != 0)
                        {{ $spbla_sou }}
                        @endif
                     | 
                    
                        {{ $speed_drillData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $speed_drillData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $spresitent = ($speed_drillData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($spresitent != 0)
                        {{ $spresitent }}
                        @endif
                     | 
                    @php
                    $spanu = $spbla_sou/2*12/100;
                    @endphp
                    
                        @if($spanu != 0)
                        {{ $spanu }}
                        @endif
                     | 
                    @php
                    $spanul_dep = ($speed_drillData['total_investment_cost'] ?? 0) /
                    ($speed_drillData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($spanul_dep != 0)
                        {{ $spanul_dep }}
                        @endif
                     | 
                    
                        {{ $speed_drillData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $speed_drillData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $speed_drillData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $spanul_dep = ($speed_drillData['total_investment_cost'] ?? 0) /
                    ($speed_drillData['economic_useful_life'] ?? 1);
                    $anualfixdCost = $spanul_dep
                    + ($speed_drillData['annual_insurance'] ?? 0)
                    + ($speed_drillData['annual_tax'] ?? 0)
                    + ($speed_drillData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anualfixdCost != 0)
                        {{ $anualfixdCost }}
                        @endif
                     | 
                    
                        {{ $speed_drillData['rental_unit'] ?? '' }}
                     | 
                     {{ $speed_drillData['rental_rate'] ?? '' }} | 
                    {{ $speed_drillData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->speed_planter)
                
                    | 
                        i
                     | 
                    
                     | 
                    
                     | 
                    
                        Seed Planter
                     | 
                     | 
                    @php
                    $speed_planterData = json_decode($datas->speed_planter, true);
                    @endphp
                    
                        {{ $speed_planterData['number'] ?? '' }}
                     | 
                    
                        {{ $speed_planterData['specification'] ?? '' }}
                     | 
                    
                        {{ $speed_planterData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $speed_planterData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $speed_planterData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $speed_planterData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $speebankLonCost = ($speed_planterData['total_investment_cost'] ?? 0) -
                    ($speed_planterData['subsidy_grant'] ?? 0);
                    $speebla_sou = $speebankLonCost - ($speed_planterData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($speebla_sou != 0)
                        {{ $speebla_sou }}
                        @endif
                     | 
                    
                        {{ $speed_planterData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $speed_planterData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $speeresitent = ($speed_planterData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($speeresitent != 0)
                        {{ $speeresitent }}
                        @endif
                     | 
                    @php
                    $speeanu = $speebla_sou/2*12/100;
                    @endphp
                    
                        @if($speeanu != 0)
                        {{ $speeanu }}
                        @endif
                     | 
                    @php
                    $speeanul_dep = ($speed_planterData['total_investment_cost'] ?? 0) /
                    ($speed_planterData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($speeanul_dep != 0)
                        {{ $speeanul_dep }}
                        @endif
                     | 
                    
                        {{ $speed_planterData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $speed_planterData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $speed_planterData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $speeanul_dep = ($speed_planterData['total_investment_cost'] ?? 0) /
                    ($speed_planterData['economic_useful_life'] ?? 1);
                    $speeanualfixdCost = $speeanul_dep
                    + ($speed_planterData['annual_insurance'] ?? 0)
                    + ($speed_planterData['annual_tax'] ?? 0)
                    + ($speed_planterData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($speeanualfixdCost != 0)
                        {{ $speeanualfixdCost }}
                        @endif
                     | 
                    
                        {{ $speed_planterData['rental_unit'] ?? '' }}
                     | 
                     {{ $speed_planterData['rental_rate'] ?? '' }} | 
                    {{ $speed_planterData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->speed_cum_fertilizer_drill)
                
                    | 
                        j
                     | 
                    
                     | 
                    
                     | 
                    
                        Seed cum fertilizer drill
                     | 
                     | 
                    @php
                    $speed_cum_fertilizer_drillData = json_decode($datas->speed_cum_fertilizer_drill, true);
                    @endphp
                    
                        {{ $speed_cum_fertilizer_drillData['number'] ?? '' }}
                     | 
                    
                        {{ $speed_cum_fertilizer_drillData['specification'] ?? '' }}
                     | 
                    
                        {{ $speed_cum_fertilizer_drillData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $speed_cum_fertilizer_drillData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $speed_cum_fertilizer_drillData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $speed_cum_fertilizer_drillData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $scfbankLonCost = ($speed_cum_fertilizer_drillData['total_investment_cost'] ?? 0) -
                    ($speed_cum_fertilizer_drillData['subsidy_grant'] ?? 0);
                    $scfbla_sou = $scfbankLonCost - ($speed_cum_fertilizer_drillData['balance_source_of_investment'] ??
                    0);
                    @endphp
                    
                        @if($scfbla_sou != 0)
                        {{ $scfbla_sou }}
                        @endif
                     | 
                    
                        {{ $speed_cum_fertilizer_drillData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $speed_cum_fertilizer_drillData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $scfresitent = ($speed_cum_fertilizer_drillData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($scfresitent != 0)
                        {{ $scfresitent }}
                        @endif
                     | 
                    @php
                    $scfanu = $scfbla_sou/2*12/100;
                    @endphp
                    
                        @if($scfanu != 0)
                        {{ $scfanu }}
                        @endif
                     | 
                    @php
                    $scfanul_dep = ($speed_cum_fertilizer_drillData['total_investment_cost'] ?? 0) /
                    ($speed_cum_fertilizer_drillData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($scfanul_dep != 0)
                        {{ $scfanul_dep }}
                        @endif
                     | 
                    
                        {{ $speed_cum_fertilizer_drillData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $speed_cum_fertilizer_drillData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $speed_cum_fertilizer_drillData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $scfanul_dep = ($speed_cum_fertilizer_drillData['total_investment_cost'] ?? 0) /
                    ($speed_cum_fertilizer_drillData['economic_useful_life'] ?? 1);
                    $scfanualfixdCost = $scfanul_dep
                    + ($speed_cum_fertilizer_drillData['annual_insurance'] ?? 0)
                    + ($speed_cum_fertilizer_drillData['annual_tax'] ?? 0)
                    + ($speed_cum_fertilizer_drillData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($scfanualfixdCost != 0)
                        {{ $scfanualfixdCost }}
                        @endif
                     | 
                    
                        {{ $speed_cum_fertilizer_drillData['rental_unit'] ?? '' }}
                     | 
                    
                        {{ $speed_cum_fertilizer_drillData['rental_rate'] ?? '' }}
                     | 
                    {{ $speed_cum_fertilizer_drillData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->trolley)
                
                    | 
                        k
                     | 
                    
                     | 
                    
                     | 
                    
                        Trolley
                     | 
                     | 
                    @php
                    $trolleyData = json_decode($datas->trolley, true);
                    @endphp
                    
                        {{ $trolleyData['number'] ?? '' }}
                     | 
                    
                        {{ $trolleyData['specification'] ?? '' }}
                     | 
                    
                        {{ $trolleyData['specification_unit'] ?? '' }}
                     | 
                    
                        {{ $trolleyData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $trolleyData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $trolleyData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $tlbankLonCost = ($trolleyData['total_investment_cost'] ?? 0) - ($trolleyData['subsidy_grant'] ??
                    0);
                    $tlbla_sou = $tlbankLonCost - ($trolleyData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($tlbla_sou != 0)
                        {{ $tlbla_sou }}
                        @endif
                     | 
                    
                        {{ $trolleyData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $trolleyData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $tlresitent = ($trolleyData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($tlresitent != 0)
                        {{ $tlresitent }}
                        @endif
                     | 
                    @php
                    $tlanu = $tlbla_sou/2*12/100;
                    @endphp
                    
                        @if($tlanu != 0)
                        {{ $tlanu }}
                        @endif
                     | 
                    @php
                    $tlanul_dep = ($trolleyData['total_investment_cost'] ?? 0) / ($trolleyData['economic_useful_life']
                    ?? 1);
                    @endphp
                    
                        @if($tlanul_dep != 0)
                        {{ $tlanul_dep }}
                        @endif
                     | 
                    
                        {{ $trolleyData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $trolleyData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $trolleyData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $tlanul_dep = ($trolleyData['total_investment_cost'] ?? 0) / ($trolleyData['economic_useful_life']
                    ?? 1);
                    $tlanualfixdCost = $tlanul_dep
                    + ($trolleyData['annual_insurance'] ?? 0)
                    + ($trolleyData['annual_tax'] ?? 0)
                    + ($trolleyData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($tlanualfixdCost != 0)
                        {{ $tlanualfixdCost }}
                        @endif
                     | 
                    
                        {{ $trolleyData['rental_unit'] ?? '' }}
                     | 
                    {{ $trolleyData['rental_rate'] ?? '' }} | 
                    {{ $trolleyData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->reaper_cum_binder)
                
                    | 
                        l
                     | 
                    
                     | 
                    
                     | 
                    
                        Reaper cum binder
                     | 
                     | 
                    @php
                    $reaper_cum_binderData = json_decode($datas->reaper_cum_binder, true);
                    @endphp
                    
                        {{ $reaper_cum_binderData['number'] ?? '' }}
                     | 
                    
                        {{ $reaper_cum_binderData['specification'] ?? '' }}
                     | 
                     {{ $reaper_cum_binderData['specification_unit'] ?? '' }} | 
                    
                        {{ $reaper_cum_binderData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $reaper_cum_binderData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $reaper_cum_binderData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $rebankLonCost = ($reaper_cum_binderData['total_investment_cost'] ?? 0) -
                    ($reaper_cum_binderData['subsidy_grant'] ?? 0);
                    $rcbbla_sou = $rebankLonCost - ($reaper_cum_binderData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($rcbbla_sou != 0)
                        {{ $rcbbla_sou }}
                        @endif
                     | 
                    
                        {{ $reaper_cum_binderData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $reaper_cum_binderData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $rcbresitent = ($reaper_cum_binderData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($rcbresitent != 0)
                        {{ $rcbresitent }}
                        @endif
                     | 
                    @php
                    $rcbanu = $rcbbla_sou/2*12/100;
                    @endphp
                    
                        @if($rcbanu != 0)
                        {{ $rcbanu }}
                        @endif
                     | 
                    @php
                    $rcbanul_dep = ($reaper_cum_binderData['total_investment_cost'] ?? 0) /
                    ($reaper_cum_binderData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($rcbanul_dep != 0)
                        {{ $rcbanul_dep }}
                        @endif
                     | 
                    
                        {{ $reaper_cum_binderData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $reaper_cum_binderData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $reaper_cum_binderData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $rcbanul_dep = ($reaper_cum_binderData['total_investment_cost'] ?? 0) /
                    ($reaper_cum_binderData['economic_useful_life'] ?? 1);
                    $rcbanualfixdCost = $rcbanul_dep
                    + ($reaper_cum_binderData['annual_insurance'] ?? 0)
                    + ($reaper_cum_binderData['annual_tax'] ?? 0)
                    + ($reaper_cum_binderData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($rcbanualfixdCost != 0)
                        {{ $rcbanualfixdCost }}
                        @endif
                     | 
                    
                        {{ $reaper_cum_binderData['rental_unit'] ?? '' }}
                     | 
                     {{ $reaper_cum_binderData['rental_rate'] ?? '' }} | 
                    {{ $reaper_cum_binderData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->bhusa_machine)
                
                    | 
                        m
                     | 
                    
                     | 
                    
                     | 
                    
                        Husk Making Machine
                     | 
                     | 
                    @php
                    $bhusa_machineData = json_decode($datas->bhusa_machine, true);
                    @endphp
                    
                        {{ $bhusa_machineData['number'] ?? '' }}
                     | 
                    
                        {{ $bhusa_machineData['specification'] ?? '' }}
                     | 
                    {{ $bhusa_machineData['specification_unit'] ?? '' }} | 
                    
                        {{ $bhusa_machineData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $bhusa_machineData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $bhusa_machineData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $banCost = ($bhusa_machineData['total_investment_cost'] ?? 0) - ($bhusa_machineData['subsidy_grant']
                    ?? 0);
                    $blsou = $banCost - ($bhusa_machineData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($blsou != 0)
                        {{ $blsou }}
                        @endif
                     | 
                    
                        {{ $bhusa_machineData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $bhusa_machineData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resent = ($bhusa_machineData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resent != 0)
                        {{ $resent }}
                        @endif
                     | 
                    @php
                    $dfanu = $blsou/2*12/100;
                    @endphp
                    
                        @if($dfanu != 0)
                        {{ $dfanu }}
                        @endif
                     | 
                    @php
                    $anggul_dep = ($bhusa_machineData['total_investment_cost'] ?? 0) /
                    ($bhusa_machineData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anggul_dep != 0)
                        {{ $anggul_dep }}
                        @endif
                     | 
                    
                        {{ $bhusa_machineData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $bhusa_machineData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $bhusa_machineData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anultdep = ($bhusa_machineData['total_investment_cost'] ?? 0) /
                    ($bhusa_machineData['economic_useful_life'] ?? 1);
                    $aalfixdCost = $anultdep
                    + ($bhusa_machineData['annual_insurance'] ?? 0)
                    + ($bhusa_machineData['annual_tax'] ?? 0)
                    + ($bhusa_machineData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($aalfixdCost != 0)
                        {{ $aalfixdCost }}
                        @endif
                     | 
                    
                        {{ $bhusa_machineData['rental_unit'] ?? '' }}
                     | 
                    {{ $bhusa_machineData['rental_rate'] ?? '' }} | 
                    {{ $bhusa_machineData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->thresher)
                
                    | 
                        n
                     | 
                    
                     | 
                    
                     | 
                    
                        Thresher
                     | 
                     | 
                    @php
                    $thresherData = json_decode($datas->thresher, true);
                    @endphp
                    
                        {{ $thresherData['number'] ?? '' }}
                     | 
                    
                        {{ $thresherData['specification'] ?? '' }}
                     | 
                    {{ $thresherData['specification_unit'] ?? '' }} | 
                    
                        {{ $thresherData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $thresherData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $thresherData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bankLost = ($thresherData['total_investment_cost'] ?? 0) - ($thresherData['subsidy_grant'] ?? 0);
                    $thbla_sou = $bankLost - ($thresherData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($thbla_sou != 0)
                        {{ $thbla_sou }}
                        @endif
                     | 
                    
                        {{ $thresherData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $thresherData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resirrtent = ($thresherData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resirrtent != 0)
                        {{ $resirrtent }}
                        @endif
                     | 
                    @php
                    $afenu = $thbla_sou/2*12/100;
                    @endphp
                    
                        @if($afenu != 0)
                        {{ $afenu }}
                        @endif
                     | 
                    @php
                    $anultdep = ($thresherData['total_investment_cost'] ?? 0) / ($thresherData['economic_useful_life']
                    ?? 1);
                    @endphp
                    
                        @if($anultdep != 0)
                        {{ $anultdep }}
                        @endif
                     | 
                    
                        {{ $thresherData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $thresherData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $thresherData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $aneedep = ($thresherData['total_investment_cost'] ?? 0) / ($thresherData['economic_useful_life'] ??
                    1);
                    $adfixdCost = $aneedep
                    + ($thresherData['annual_insurance'] ?? 0)
                    + ($thresherData['annual_tax'] ?? 0)
                    + ($thresherData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($adfixdCost != 0)
                        {{ $adfixdCost }}
                        @endif
                     | 
                    
                        {{ $thresherData['rental_unit'] ?? '' }}
                     | 
                    {{ $thresherData['rental_rate'] ?? '' }} | 
                    {{ $thresherData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->combine_harvester)
                
                    | 
                        o
                     | 
                    
                     | 
                    
                     | 
                    
                        Combine Harvester
                     | 
                     | 
                    @php
                    $combine_harvesterData = json_decode($datas->combine_harvester, true);
                    @endphp
                    
                        {{ $combine_harvesterData['number'] ?? '' }}
                     | 
                    
                        {{ $combine_harvesterData['specification'] ?? '' }}
                     | 
                    {{ $combine_harvesterData['specification_unit'] ?? '' }} | 
                    
                        {{ $combine_harvesterData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $combine_harvesterData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $combine_harvesterData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $baeenCost = ($combine_harvesterData['total_investment_cost'] ?? 0) -
                    ($combine_harvesterData['subsidy_grant'] ?? 0);
                    $chbla_sou = $baeenCost - ($combine_harvesterData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($chbla_sou != 0)
                        {{ $chbla_sou }}
                        @endif
                     | 
                    
                        {{ $combine_harvesterData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $combine_harvesterData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $reent = ($combine_harvesterData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($reent != 0)
                        {{ $reent }}
                        @endif
                     | 
                    @php
                    $anufe = $chbla_sou/2*12/100;
                    @endphp
                    
                        @if($anufe != 0)
                        {{ $anufe }}
                        @endif
                     | 
                    @php
                    $anuhrhl_dep = ($combine_harvesterData['total_investment_cost'] ?? 0) /
                    ($combine_harvesterData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anuhrhl_dep != 0)
                        {{ $anuhrhl_dep }}
                        @endif
                     | 
                    
                        {{ $combine_harvesterData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $combine_harvesterData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $combine_harvesterData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anuydep = ($combine_harvesterData['total_investment_cost'] ?? 0) /
                    ($combine_harvesterData['economic_useful_life'] ?? 1);
                    $anualfixdCost = $anuydep
                    + ($combine_harvesterData['annual_insurance'] ?? 0)
                    + ($combine_harvesterData['annual_tax'] ?? 0)
                    + ($combine_harvesterData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anualfixdCost != 0)
                        {{ $anualfixdCost }}
                        @endif
                     | 
                    
                        {{ $combine_harvesterData['rental_unit'] ?? '' }}
                     | 
                    {{ $combine_harvesterData['rental_rate'] ?? '' }} | 
                    {{ $combine_harvesterData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->farm_mechanisms_other)
                
                    | 
                        p
                     | 
                    
                     | 
                    
                     | 
                    
                        Other
                     | 
                     | 
                    @php
                    $farm_mechanisms_otherData = json_decode($datas->farm_mechanisms_other, true);
                    @endphp
                    
                        {{ $farm_mechanisms_otherData['number'] ?? '' }}
                     | 
                    
                        {{ $farm_mechanisms_otherData['specification'] ?? '' }}
                     | 
                    {{ $farm_mechanisms_otherData['specification_unit'] ?? '' }} | 
                    
                        {{ $farm_mechanisms_otherData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $farm_mechanisms_otherData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $farm_mechanisms_otherData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bryLonCost = ($farm_mechanisms_otherData['total_investment_cost'] ?? 0) -
                    ($farm_mechanisms_otherData['subsidy_grant'] ?? 0);
                    $fbla_sou = $bryLonCost - ($farm_mechanisms_otherData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($fbla_sou != 0)
                        {{ $fbla_sou }}
                        @endif
                     | 
                    
                        {{ $farm_mechanisms_otherData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $farm_mechanisms_otherData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resitytyent = ($farm_mechanisms_otherData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resitytyent != 0)
                        {{ $resitytyent }}
                        @endif
                     | 
                    @php
                    $ahjmnu = $fbla_sou/2*12/100;
                    @endphp
                    
                        @if($ahjmnu != 0)
                        {{ $ahjmnu }}
                        @endif
                     | 
                    @php
                    $anuerdep = ($farm_mechanisms_otherData['total_investment_cost'] ?? 0) /
                    ($farm_mechanisms_otherData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anuerdep != 0)
                        {{ $anuerdep }}
                        @endif
                     | 
                    
                        {{ $farm_mechanisms_otherData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $farm_mechanisms_otherData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $farm_mechanisms_otherData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anutrep = ($farm_mechanisms_otherData['total_investment_cost'] ?? 0) /
                    ($farm_mechanisms_otherData['economic_useful_life'] ?? 1);
                    $fixdCost = $anul_dep
                    + ($farm_mechanisms_otherData['annual_insurance'] ?? 0)
                    + ($farm_mechanisms_otherData['annual_tax'] ?? 0)
                    + ($farm_mechanisms_otherData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($fixdCost != 0)
                        {{ $fixdCost }}
                        @endif
                     | 
                    
                        {{ $farm_mechanisms_otherData['rental_unit'] ?? '' }}
                     | 
                    {{ $farm_mechanisms_otherData['rental_rate'] ?? '' }} | 
                    {{ $farm_mechanisms_otherData['any_other'] ?? '' }} | 
                
                @endif
                
                @if($datas->deshi || $datas->godown || $datas->clod || $datas->bulk_cooling || $datas->fodder || $datas->storage_structures_other)
                
                    | 
                        3
                     | 
                    
                     | 
                    
                     | 
                    
                        Storage Infrastructure
                     | 
                     | 
                    
                     | 
                    
                     |  | 
                     | 
                    
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                     | 
                     | 
                
                @endif
                @if($datas->deshi)
                
                    | 
                        a
                     | 
                    
                     | 
                    
                     | 
                    
                        Kothila / Deshi Storage Structure
                     | 
                     | 
                    @php
                    $deshiData = json_decode($datas->deshi, true);
                    @endphp
                    
                        {{ $deshiData['number'] ?? '' }}
                     | 
                    
                        {{ $deshiData['specification'] ?? '' }}
                     | 
                    {{ $deshiData['specification_unit'] ?? '' }} | 
                    
                        {{ $deshiData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $deshiData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $deshiData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $banhtnCost = ($deshiData['total_investment_cost'] ?? 0) - ($deshiData['subsidy_grant'] ?? 0);
                    $ddbla_sou = $banhtnCost - ($deshiData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($ddbla_sou != 0)
                        {{ $ddbla_sou }}
                        @endif
                     | 
                    
                        {{ $deshiData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $deshiData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $rewefent = ($deshiData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($rewefent != 0)
                        {{ $rewefent }}
                        @endif
                     | 
                    @php
                    $anfeu = $ddbla_sou/2*12/100;
                    @endphp
                    
                        @if($anfeu != 0)
                        {{ $anfeu }}
                        @endif
                     | 
                    @php
                    $anujep = ($deshiData['total_investment_cost'] ?? 0) / ($deshiData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anujep != 0)
                        {{ $anujep }}
                        @endif
                     | 
                    
                        {{ $deshiData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $deshiData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $deshiData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anugggrdep = ($deshiData['total_investment_cost'] ?? 0) / ($deshiData['economic_useful_life'] ??
                    1);
                    $anttixdCost = $anugggrdep
                    + ($deshiData['annual_insurance'] ?? 0)
                    + ($deshiData['annual_tax'] ?? 0)
                    + ($deshiData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anttixdCost != 0)
                        {{ $anttixdCost }}
                        @endif
                     | 
                    
                        {{ $deshiData['rental_unit'] ?? '' }}
                     | 
                    {{ $deshiData['rental_rate'] ?? '' }} | 
                    {{ $deshiData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->godown)
                
                    | 
                        b
                     | 
                    
                     | 
                    
                     | 
                    
                        Godown
                     | 
                     | 
                    @php
                    $godownData = json_decode($datas->godown, true);
                    @endphp
                    
                        {{ $godownData['number'] ?? '' }}
                     | 
                    
                        {{ $godownData['specification'] ?? '' }}
                     | 
                     {{ $godownData['specification_unit'] ?? '' }} | 
                    
                        {{ $godownData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $godownData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $godownData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $brgfost = ($godownData['total_investment_cost'] ?? 0) - ($godownData['subsidy_grant'] ?? 0);
                    $godbla_sou = $brgfost - ($godownData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($godbla_sou != 0)
                        {{ $godbla_sou }}
                        @endif
                     | 
                    
                        {{ $godownData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $godownData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resigr = ($godownData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resigr != 0)
                        {{ $resigr }}
                        @endif
                     | 
                    @php
                    $anfnfu = $godbla_sou/2*12/100;
                    @endphp
                    
                        @if($anfnfu != 0)
                        {{ $anfnfu }}
                        @endif
                     | 
                    @php
                    $anulp = ($godownData['total_investment_cost'] ?? 0) / ($godownData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anulp != 0)
                        {{ $anulp }}
                        @endif
                     | 
                    
                        {{ $godownData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $godownData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $godownData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anhtrdep = ($godownData['total_investment_cost'] ?? 0) / ($godownData['economic_useful_life'] ??
                    1);
                    $anrgxdCost = $anhtrdep
                    + ($godownData['annual_insurance'] ?? 0)
                    + ($godownData['annual_tax'] ?? 0)
                    + ($godownData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anrgxdCost != 0)
                        {{ $anrgxdCost }}
                        @endif
                     | 
                    
                        {{ $godownData['rental_unit'] ?? '' }}
                     | 
                     {{ $godownData['rental_rate'] ?? '' }} | 
                    {{ $godownData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->clod)
                
                    | 
                        c
                     | 
                    
                     | 
                    
                     | 
                    
                        clod
                     | 
                     | 
                    @php
                    $clodData = json_decode($datas->clod, true);
                    @endphp
                    
                        {{ $clodData['number'] ?? '' }}
                     | 
                    
                        {{ $clodData['specification'] ?? '' }}
                     | 
                     {{ $clodData['specification_unit'] ?? '' }} | 
                    
                        {{ $clodData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $clodData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $clodData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $clCost = ($clodData['total_investment_cost'] ?? 0) - ($clodData['subsidy_grant'] ?? 0);
                    $clbla_sou = $clCost - ($clodData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($clbla_sou != 0)
                        {{ $clbla_sou }}
                        @endif
                     | 
                    
                        {{ $clodData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $clodData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resittt = ($clodData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resittt != 0)
                        {{ $resittt }}
                        @endif
                     | 
                    @php
                    $anyju = $clbla_sou/2*12/100;
                    @endphp
                    
                        @if($anyju != 0)
                        {{ $anyju }}
                        @endif
                     | 
                    @php
                    $ainul_dep = ($clodData['total_investment_cost'] ?? 0) / ($clodData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($ainul_dep != 0)
                        {{ $ainul_dep }}
                        @endif
                     | 
                    
                        {{ $clodData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $clodData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $clodData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anurdep = ($clodData['total_investment_cost'] ?? 0) / ($clodData['economic_useful_life'] ?? 1);
                    $anfggalfixdCost = $anurdep
                    + ($clodData['annual_insurance'] ?? 0)
                    + ($clodData['annual_tax'] ?? 0)
                    + ($clodData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anfggalfixdCost != 0)
                        {{ $anfggalfixdCost }}
                        @endif
                     | 
                    
                        {{ $clodData['rental_unit'] ?? '' }}
                     | 
                     {{ $clodData['rental_rate'] ?? '' }} | 
                    {{ $clodData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->bulk_cooling)
                
                    | 
                        d
                     | 
                    
                     | 
                    
                     | 
                    
                        Bulk Cooling Unit
                     | 
                     | 
                    @php
                    $bulk_coolingData = json_decode($datas->bulk_cooling, true);
                    @endphp
                    
                        {{ $bulk_coolingData['number'] ?? '' }}
                     | 
                    
                        {{ $bulk_coolingData['specification'] ?? '' }}
                     | 
                    {{ $bulk_coolingData['specification_unit'] ?? '' }} | 
                    
                        {{ $bulk_coolingData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $bulk_coolingData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $bulk_coolingData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $banefonCost = ($bulk_coolingData['total_investment_cost'] ?? 0) -
                    ($bulk_coolingData['subsidy_grant'] ?? 0);
                    $bcbla_sou = $banefonCost - ($bulk_coolingData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($bcbla_sou != 0)
                        {{ $bcbla_sou }}
                        @endif
                     | 
                    
                        {{ $bulk_coolingData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $bulk_coolingData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $datresitent = ($bulk_coolingData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($datresitent != 0)
                        {{ $datresitent }}
                        @endif
                     | 
                    @php
                    $anufr = $bcbla_sou/2*12/100;
                    @endphp
                    
                        @if($anufr != 0)
                        {{ $anufr }}
                        @endif
                     | 
                    @php
                    $anuyyep = ($bulk_coolingData['total_investment_cost'] ?? 0) /
                    ($bulk_coolingData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anuyyep != 0)
                        {{ $anuyyep }}
                        @endif
                     | 
                    
                        {{ $bulk_coolingData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $bulk_coolingData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $bulk_coolingData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $ayynul_dep = ($bulk_coolingData['total_investment_cost'] ?? 0) /
                    ($bulk_coolingData['economic_useful_life'] ?? 1);
                    $anualwwfixdCost = $ayynul_dep
                    + ($bulk_coolingData['annual_insurance'] ?? 0)
                    + ($bulk_coolingData['annual_tax'] ?? 0)
                    + ($bulk_coolingData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anualwwfixdCost != 0)
                        {{ $anualwwfixdCost }}
                        @endif
                     | 
                    
                        {{ $bulk_coolingData['rental_unit'] ?? '' }}
                     | 
                    {{ $bulk_coolingData['rental_rate'] ?? '' }} | 
                    {{ $bulk_coolingData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->fodder)
                
                    | 
                        e
                     | 
                    
                     | 
                    
                     | 
                    
                        Storage for fodder
                     | 
                     | 
                    @php
                    $fodderData = json_decode($datas->fodder, true);
                    @endphp
                    
                        {{ $fodderData['number'] ?? '' }}
                     | 
                    
                        {{ $fodderData['specification'] ?? '' }}
                     | 
                     {{ $fodderData['specification_unit'] ?? '' }} | 
                    
                        {{ $fodderData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $fodderData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $fodderData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $ffbankLonCost = ($fodderData['total_investment_cost'] ?? 0) - ($fodderData['subsidy_grant'] ?? 0);
                    $fodbla_sou = $ffbankLonCost - ($fodderData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($fodbla_sou != 0)
                        {{ $fodbla_sou }}
                        @endif
                     | 
                    
                        {{ $fodderData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $fodderData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resngitent = ($fodderData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resngitent != 0)
                        {{ $resngitent }}
                        @endif
                     | 
                    @php
                    $aggnu = $fodbla_sou/2*12/100;
                    @endphp
                    
                        @if($aggnu != 0)
                        {{ $aggnu }}
                        @endif
                     | 
                    @php
                    $rttanul_dep = ($fodderData['total_investment_cost'] ?? 0) / ($fodderData['economic_useful_life'] ??
                    1);
                    @endphp
                    
                        @if($rttanul_dep != 0)
                        {{ $rttanul_dep }}
                        @endif
                     | 
                    
                        {{ $fodderData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $fodderData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $fodderData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $fodanul_dep = ($fodderData['total_investment_cost'] ?? 0) / ($fodderData['economic_useful_life'] ??
                    1);
                    $anuaxdCost = $fodanul_dep
                    + ($fodderData['annual_insurance'] ?? 0)
                    + ($fodderData['annual_tax'] ?? 0)
                    + ($fodderData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anuaxdCost != 0)
                        {{ $anuaxdCost }}
                        @endif
                     | 
                    
                        {{ $fodderData['rental_unit'] ?? '' }}
                     | 
                     {{ $fodderData['rental_rate'] ?? '' }} | 
                    {{ $fodderData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->storage_structures_other)
                
                    | 
                        f
                     | 
                    
                     | 
                    
                     | 
                    
                        Other
                     | 
                     | 
                    @php
                    $storage_structures_otherData = json_decode($datas->storage_structures_other, true);
                    @endphp
                    
                        {{ $storage_structures_otherData['number'] ?? '' }}
                     | 
                    
                        {{ $storage_structures_otherData['specification'] ?? '' }}
                     | 
                    {{ $storage_structures_otherData['specification_unit'] ?? '' }} | 
                    
                        {{ $storage_structures_otherData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $storage_structures_otherData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $storage_structures_otherData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bLonCost = ($storage_structures_otherData['total_investment_cost'] ?? 0) -
                    ($storage_structures_otherData['subsidy_grant'] ?? 0);
                    $ssbla_sou = $bLonCost - ($storage_structures_otherData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($ssbla_sou != 0)
                        {{ $ssbla_sou }}
                        @endif
                     | 
                    
                        {{ $storage_structures_otherData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $storage_structures_otherData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resitdatent = ($storage_structures_otherData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resitdatent != 0)
                        {{ $resitdatent }}
                        @endif
                     | 
                    @php
                    $anudata = $ssbla_sou/2*12/100;
                    @endphp
                    
                        @if($anudata != 0)
                        {{ $anudata }}
                        @endif
                     | 
                    @php
                    $anulf_dep = ($storage_structures_otherData['total_investment_cost'] ?? 0) /
                    ($storage_structures_otherData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anulf_dep != 0)
                        {{ $anulf_dep }}
                        @endif
                     | 
                    
                        {{ $storage_structures_otherData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $storage_structures_otherData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $storage_structures_otherData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anulyy_dep = ($storage_structures_otherData['total_investment_cost'] ?? 0) /
                    ($storage_structures_otherData['economic_useful_life'] ?? 1);
                    $anudixdCost = $anulyy_dep
                    + ($storage_structures_otherData['annual_insurance'] ?? 0)
                    + ($storage_structures_otherData['annual_tax'] ?? 0)
                    + ($storage_structures_otherData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anudixdCost != 0)
                        {{ $anudixdCost }}
                        @endif
                     | 
                    
                        {{ $storage_structures_otherData['rental_unit'] ?? '' }}
                     | 
                    {{ $storage_structures_otherData['rental_rate'] ?? '' }} | 
                    {{ $storage_structures_otherData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->wheat_processing || $datas->oil_processing || $datas->sugarcane_processing || $datas->dal_processing || $datas->other_processing)
                
                    | 
                        4
                     | 
                    
                     | 
                    
                     | 
                    
                        Processing Infrastructure
                     | 
                     | 
                    
                     | 
                    
                     |  | 
                     | 
                     | 
                    
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     |  | 
                
                @endif
                @if($datas->wheat_processing)
                
                    | 
                        a
                     | 
                    
                     | 
                    
                     | 
                    
                        Wheat Processing Unit
                     | 
                     | 
                    @php
                    $wheat_processingData = json_decode($datas->wheat_processing, true);
                    @endphp
                    
                        {{ $wheat_processingData['number'] ?? '' }}
                     | 
                    
                        {{ $wheat_processingData['specification'] ?? '' }}
                     | 
                     {{ $wheat_processingData['specification_unit'] ?? '' }} | 
                    
                        {{ $wheat_processingData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $wheat_processingData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $wheat_processingData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $banktost = ($wheat_processingData['total_investment_cost'] ?? 0) -
                    ($wheat_processingData['subsidy_grant'] ?? 0);
                    $wpbla_sou = $banktost - ($wheat_processingData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($wpbla_sou != 0)
                        {{ $wpbla_sou }}
                        @endif
                     | 
                    
                        {{ $wheat_processingData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $wheat_processingData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resitgrent = ($wheat_processingData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resitgrent != 0)
                        {{ $resitgrent }}
                        @endif
                     | 
                    @php
                    $anufe = $wpbla_sou/2*12/100;
                    @endphp
                    
                        @if($anufe != 0)
                        {{ $anufe }}
                        @endif
                     | 
                    @php
                    $anulee_dep = ($wheat_processingData['total_investment_cost'] ?? 0) /
                    ($wheat_processingData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anulee_dep != 0)
                        {{ $anulee_dep }}
                        @endif
                     | 
                    
                        {{ $wheat_processingData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $wheat_processingData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $wheat_processingData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anultt_dep = ($wheat_processingData['total_investment_cost'] ?? 0) /
                    ($wheat_processingData['economic_useful_life'] ?? 1);
                    $anfixdCost = $anultt_dep
                    + ($wheat_processingData['annual_insurance'] ?? 0)
                    + ($wheat_processingData['annual_tax'] ?? 0)
                    + ($wheat_processingData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anfixdCost != 0)
                        {{ $anfixdCost }}
                        @endif
                     | 
                    
                        {{ $wheat_processingData['rental_unit'] ?? '' }}
                     | 
                     {{ $wheat_processingData['rental_rate'] ?? '' }} | 
                    {{ $wheat_processingData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->oil_processing)
                
                    | 
                        b
                     | 
                    
                     | 
                    
                     | 
                    
                        Oil Processing Unit
                     | 
                     | 
                    @php
                    $oil_processingData = json_decode($datas->oil_processing, true);
                    @endphp
                    
                        {{ $oil_processingData['number'] ?? '' }}
                     | 
                    
                        {{ $oil_processingData['specification'] ?? '' }}
                     | 
                    {{ $oil_processingData['specification_unit'] ?? '' }} | 
                    
                        {{ $oil_processingData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $oil_processingData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $oil_processingData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bahnCost = ($oil_processingData['total_investment_cost'] ?? 0) -
                    ($oil_processingData['subsidy_grant'] ?? 0);
                    $opbla_sou = $bahnCost - ($oil_processingData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($opbla_sou != 0)
                        {{ $opbla_sou }}
                        @endif
                     | 
                    
                        {{ $oil_processingData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $oil_processingData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resirt = ($oil_processingData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resirt != 0)
                        {{ $resirt }}
                        @endif
                     | 
                    @php
                    $anudd = $opbla_sou/2*12/100;
                    @endphp
                    
                        @if($anudd != 0)
                        {{ $anudd }}
                        @endif
                     | 
                    @php
                    $anul_dep = ($oil_processingData['total_investment_cost'] ?? 0) /
                    ($oil_processingData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anul_dep != 0)
                        {{ $anul_dep }}
                        @endif
                     | 
                    
                        {{ $oil_processingData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $oil_processingData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $oil_processingData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anggul_dep = ($oil_processingData['total_investment_cost'] ?? 0) /
                    ($oil_processingData['economic_useful_life'] ?? 1);
                    $anddualfixdCost = $anggul_dep
                    + ($oil_processingData['annual_insurance'] ?? 0)
                    + ($oil_processingData['annual_tax'] ?? 0)
                    + ($oil_processingData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anddualfixdCost != 0)
                        {{ $anddualfixdCost }}
                        @endif
                     | 
                    
                        {{ $oil_processingData['rental_unit'] ?? '' }}
                     | 
                    {{ $oil_processingData['rental_unit'] ?? '' }} | 
                    {{ $oil_processingData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->sugarcane_processing)
                
                    | 
                        c
                     | 
                    
                     | 
                    
                     | 
                    
                        Sugarcane Processing Unit
                     | 
                     | 
                    @php
                    $sugarcane_processingData = json_decode($datas->sugarcane_processing, true);
                    @endphp
                    
                        {{ $sugarcane_processingData['number'] ?? '' }}
                     | 
                    
                        {{ $sugarcane_processingData['specification'] ?? '' }}
                     | 
                    {{ $sugarcane_processingData['specification_unit'] ?? '' }} | 
                    
                        {{ $sugarcane_processingData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $sugarcane_processingData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $sugarcane_processingData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $banknCost = ($sugarcane_processingData['total_investment_cost'] ?? 0) -
                    ($sugarcane_processingData['subsidy_grant'] ?? 0);
                    $spibla_sou = $banknCost - ($sugarcane_processingData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($spibla_sou != 0)
                        {{ $spibla_sou }}
                        @endif
                     | 
                    
                        {{ $sugarcane_processingData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $sugarcane_processingData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resitentee = ($sugarcane_processingData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resitentee != 0)
                        {{ $resitentee }}
                        @endif
                     | 
                    @php
                    $anusw = $spibla_sou/2*12/100;
                    @endphp
                    
                        @if($anusw != 0)
                        {{ $anusw }}
                        @endif
                     | 
                    @php
                    $ssanul_dep = ($sugarcane_processingData['total_investment_cost'] ?? 0) /
                    ($sugarcane_processingData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($ssanul_dep != 0)
                        {{ $ssanul_dep }}
                        @endif
                     | 
                    
                        {{ $sugarcane_processingData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $sugarcane_processingData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $sugarcane_processingData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anuwwl_dep = ($sugarcane_processingData['total_investment_cost'] ?? 0) /
                    ($sugarcane_processingData['economic_useful_life'] ?? 1);
                    $anhtfixdCost = $anuwwl_dep
                    + ($sugarcane_processingData['annual_insurance'] ?? 0)
                    + ($sugarcane_processingData['annual_tax'] ?? 0)
                    + ($sugarcane_processingData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anhtfixdCost != 0)
                        {{ $anhtfixdCost }}
                        @endif
                     | 
                    
                        {{ $sugarcane_processingData['rental_unit'] ?? '' }}
                     | 
                    {{ $sugarcane_processingData['rental_rate'] ?? '' }} | 
                    {{ $sugarcane_processingData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->dal_processing)
                
                    | 
                        d
                     | 
                    
                     | 
                    
                     | 
                    
                        Dal Processing Unit
                     | 
                     | 
                    @php
                    $dal_processingData = json_decode($datas->dal_processing, true);
                    @endphp
                    
                        {{ $dal_processingData['number'] ?? '' }}
                     | 
                    
                        {{ $dal_processingData['specification'] ?? '' }}
                     | 
                    {{ $dal_processingData['specification_unit'] ?? '' }} | 
                    
                        {{ $dal_processingData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $dal_processingData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $dal_processingData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $banffkLonCost = ($dal_processingData['total_investment_cost'] ?? 0) -
                    ($dal_processingData['subsidy_grant'] ?? 0);
                    $dpbla_sou = $banffkLonCost - ($dal_processingData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($dpbla_sou != 0)
                        {{ $dpbla_sou }}
                        @endif
                     | 
                    
                        {{ $dal_processingData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $dal_processingData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resitdent = ($dal_processingData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resitdent != 0)
                        {{ $resitdent }}
                        @endif
                     | 
                    @php
                    $anssu = $dpbla_sou/2*12/100;
                    @endphp
                    
                        @if($anssu != 0)
                        {{ $anssu }}
                        @endif
                     | 
                    @php
                    $anssul_dep = ($dal_processingData['total_investment_cost'] ?? 0) /
                    ($dal_processingData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anssul_dep != 0)
                        {{ $anssul_dep }}
                        @endif
                     | 
                    
                        {{ $dal_processingData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $dal_processingData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $dal_processingData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $awnul_dep = ($dal_processingData['total_investment_cost'] ?? 0) /
                    ($dal_processingData['economic_useful_life'] ?? 1);
                    $ansalfixdCost = $awnul_dep
                    + ($dal_processingData['annual_insurance'] ?? 0)
                    + ($dal_processingData['annual_tax'] ?? 0)
                    + ($dal_processingData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($ansalfixdCost != 0)
                        {{ $ansalfixdCost }}
                        @endif
                     | 
                    {{ $dal_processingData['rental_unit'] ?? '' }} | 
                    {{ $dal_processingData['rental_rate'] ?? '' }} | 
                    {{ $dal_processingData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->other_processing)
                
                    | 
                        e
                     | 
                    
                     | 
                    
                     | 
                    
                        Any Other Processing unit
                     | 
                     | 
                    @php
                    $other_processingData = json_decode($datas->other_processing, true);
                    @endphp
                    
                        {{ $other_processingData['number'] ?? '' }}
                     | 
                    
                        {{ $other_processingData['specification'] ?? '' }}
                     | 
                    {{ $other_processingData['specification_unit'] ?? '' }} | 
                    
                        {{ $other_processingData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $other_processingData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $other_processingData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bangnCost = ($other_processingData['total_investment_cost'] ?? 0) -
                    ($other_processingData['subsidy_grant'] ?? 0);
                    $opbla_sou = $bangnCost - ($other_processingData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($opbla_sou != 0)
                        {{ $opbla_sou }}
                        @endif
                     | 
                    
                        {{ $other_processingData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $other_processingData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $refetent = ($other_processingData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($refetent != 0)
                        {{ $refetent }}
                        @endif
                     | 
                    @php
                    $awednu = $opbla_sou/2*12/100;
                    @endphp
                    
                        @if($awednu != 0)
                        {{ $awednu }}
                        @endif
                     | 
                    @php
                    $andeul_dep = ($other_processingData['total_investment_cost'] ?? 0) /
                    ($other_processingData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($andeul_dep != 0)
                        {{ $andeul_dep }}
                        @endif
                     | 
                    
                        {{ $other_processingData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $other_processingData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $other_processingData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anuldddep = ($other_processingData['total_investment_cost'] ?? 0) /
                    ($other_processingData['economic_useful_life'] ?? 1);
                    $anutixdCost = $anuldddep
                    + ($other_processingData['annual_insurance'] ?? 0)
                    + ($other_processingData['annual_tax'] ?? 0)
                    + ($other_processingData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anutixdCost != 0)
                        {{ $anutixdCost }}
                        @endif
                     | 
                    {{ $other_processingData['rental_unit'] ?? '' }} | 
                    {{ $other_processingData['rental_rate'] ?? '' }} | 
                    {{ $other_processingData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->kiran_outlets || $datas->grossary_outlets || $datas->other_outlets)
                
                    | 
                        5
                     | 
                    
                     | 
                    
                     | 
                    
                        Marketing Infrastructure
                     | 
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                     | 
                     | 
                
                @endif
                @if($datas->kiran_outlets)
                
                    | 
                        a
                     | 
                    
                     | 
                    
                     | 
                    
                        Kiran Outlets
                     | 
                     | 
                    @php
                    $kiran_outletsData = json_decode($datas->kiran_outlets, true);
                    @endphp
                    
                        {{ $kiran_outletsData['number'] ?? '' }}
                     | 
                    
                        {{ $kiran_outletsData['specification'] ?? '' }}
                     | 
                     {{ $kiran_outletsData['specification_unit'] ?? '' }} | 
                    
                        {{ $kiran_outletsData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $kiran_outletsData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $kiran_outletsData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bronCost = ($kiran_outletsData['total_investment_cost'] ?? 0) -
                    ($kiran_outletsData['subsidy_grant'] ?? 0);
                    $kobla_sou = $bronCost - ($kiran_outletsData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($kobla_sou != 0)
                        {{ $kobla_sou }}
                        @endif
                     | 
                    
                        {{ $kiran_outletsData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $kiran_outletsData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resiterrnt = ($kiran_outletsData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resiterrnt != 0)
                        {{ $resiterrnt }}
                        @endif
                     | 
                    @php
                    $anuee = $kobla_sou/2*12/100;
                    @endphp
                    
                        @if($anuee != 0)
                        {{ $anuee }}
                        @endif
                     | 
                    @php
                    $anuttdep = ($kiran_outletsData['total_investment_cost'] ?? 0) /
                    ($kiran_outletsData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anuttdep != 0)
                        {{ $anuttdep }}
                        @endif
                     | 
                    
                        {{ $kiran_outletsData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $kiran_outletsData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $kiran_outletsData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anulff_dep = ($kiran_outletsData['total_investment_cost'] ?? 0) /
                    ($kiran_outletsData['economic_useful_life'] ?? 1);
                    $anualfixdCost = $anulff_dep
                    + ($kiran_outletsData['annual_insurance'] ?? 0)
                    + ($kiran_outletsData['annual_tax'] ?? 0)
                    + ($kiran_outletsData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anualfixdCost != 0)
                        {{ $anualfixdCost }}
                        @endif
                     | 
                    
                        {{ $kiran_outletsData['rental_unit'] ?? '' }}
                     | 
                    {{ $kiran_outletsData['rental_rate'] ?? '' }} | 
                    {{ $kiran_outletsData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->grossary_outlets)
                
                    | 
                        b
                     | 
                    
                     | 
                    
                     | 
                    
                        Grocery Outlets
                     | 
                     | 
                    @php
                    $grossary_outletsData = json_decode($datas->grossary_outlets, true);
                    @endphp
                    
                        {{ $grossary_outletsData['number'] ?? '' }}
                     | 
                    
                        {{ $grossary_outletsData['specification'] ?? '' }}
                     | 
                     {{ $grossary_outletsData['specification_unit'] ?? '' }} | 
                    
                        {{ $grossary_outletsData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $grossary_outletsData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $grossary_outletsData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bannCost = ($grossary_outletsData['total_investment_cost'] ?? 0) -
                    ($grossary_outletsData['subsidy_grant'] ?? 0);
                    $gobla_sou = $bannCost - ($grossary_outletsData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($gobla_sou != 0)
                        {{ $gobla_sou }}
                        @endif
                     | 
                    
                        {{ $grossary_outletsData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $grossary_outletsData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resieetent = ($grossary_outletsData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resieetent != 0)
                        {{ $resieetent }}
                        @endif
                     | 
                    @php
                    $ddanu = $gobla_sou/2*12/100;
                    @endphp
                    
                        @if($ddanu != 0)
                        {{ $ddanu }}
                        @endif
                     | 
                    @php
                    $anuyyl_dep = ($grossary_outletsData['total_investment_cost'] ?? 0) /
                    ($grossary_outletsData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anuyyl_dep != 0)
                        {{ $anuyyl_dep }}
                        @endif
                     | 
                    
                        {{ $grossary_outletsData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $grossary_outletsData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $grossary_outletsData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anuld_dep = ($grossary_outletsData['total_investment_cost'] ?? 0) /
                    ($grossary_outletsData['economic_useful_life'] ?? 1);
                    $anualrrdCost = $anuld_dep
                    + ($grossary_outletsData['annual_insurance'] ?? 0)
                    + ($grossary_outletsData['annual_tax'] ?? 0)
                    + ($grossary_outletsData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anualrrdCost != 0)
                        {{ $anualrrdCost }}
                        @endif
                     | 
                    
                        {{ $grossary_outletsData['rantel_unit'] ?? '' }}
                     | 
                     {{ $grossary_outletsData['rantel_rate'] ?? '' }} | 
                    {{ $grossary_outletsData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->other_outlets)
                
                    | 
                        c
                     | 
                    
                     | 
                    
                     | 
                    
                        Any Other Retail outlets
                     | 
                     | 
                    @php
                    $other_outletsData = json_decode($datas->other_outlets, true);
                    @endphp
                    
                        {{ $other_outletsData['number'] ?? '' }}
                     | 
                    
                        {{ $other_outletsData['specification'] ?? '' }}
                     | 
                    {{ $other_outletsData['specification_unit'] ?? '' }} | 
                    
                        {{ $other_outletsData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $other_outletsData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $other_outletsData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bankLttCost = ($other_outletsData['total_investment_cost'] ?? 0) -
                    ($other_outletsData['subsidy_grant'] ?? 0);
                    $oobla_sou = $bankLttCost - ($other_outletsData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($oobla_sou != 0)
                        {{ $oobla_sou }}
                        @endif
                     | 
                    
                        {{ $other_outletsData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $other_outletsData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resihuir = ($other_outletsData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resihuir != 0)
                        {{ $resihuir }}
                        @endif
                     | 
                    @php
                    $anuss = $oobla_sou/2*12/100;
                    @endphp
                    
                        @if($anuss != 0)
                        {{ $anuss }}
                        @endif
                     | 
                    @php
                    $anfgrl_dep = ($other_outletsData['total_investment_cost'] ?? 0) /
                    ($other_outletsData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anfgrl_dep != 0)
                        {{ $anfgrl_dep }}
                        @endif
                     | 
                    
                        {{ $other_outletsData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $other_outletsData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $other_outletsData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anuleee_dep = ($other_outletsData['total_investment_cost'] ?? 0) /
                    ($other_outletsData['economic_useful_life'] ?? 1);
                    $anualxdCost = $anuleee_dep
                    + ($other_outletsData['annual_insurance'] ?? 0)
                    + ($other_outletsData['annual_tax'] ?? 0)
                    + ($other_outletsData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anualxdCost != 0)
                        {{ $anualxdCost }}
                        @endif
                     | 
                    
                        {{ $other_outletsData['rental_unit'] ?? '' }}
                     | 
                     {{ $other_outletsData['rental_rate'] ?? '' }} | 
                    {{ $other_outletsData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->shed_kuchha || $datas->shed_pucca)
                
                    | 
                        6
                     | 
                    
                     | 
                    
                     | 
                    
                        Farm Infrastructure
                     | 
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                     | 
                     | 
                
                @endif
                @if($datas->shed_kuchha)
                
                    | 
                        a
                     | 
                    
                     | 
                    
                     | 
                    
                        Shed (Kuchha)
                     | 
                     | 
                    @php
                    $shed_kuchhaData = json_decode($datas->shed_kuchha, true);
                    @endphp
                    
                        {{ $shed_kuchhaData['number'] ?? '' }}
                     | 
                    
                        {{ $shed_kuchhaData['specification'] ?? '' }}
                     | 
                     {{ $shed_kuchhaData['specification_unit'] ?? '' }} | 
                    
                        {{ $shed_kuchhaData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $shed_kuchhaData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $shed_kuchhaData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $banCost = ($shed_kuchhaData['total_investment_cost'] ?? 0) - ($shed_kuchhaData['subsidy_grant'] ??
                    0);
                    $skbla_sou = $banCost - ($shed_kuchhaData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($skbla_sou != 0)
                        {{ $skbla_sou }}
                        @endif
                     | 
                    
                        {{ $shed_kuchhaData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $shed_kuchhaData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resirr = ($shed_kuchhaData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resirr != 0)
                        {{ $resirr }}
                        @endif
                     | 
                    @php
                    $anuueu = $skbla_sou/2*12/100;
                    @endphp
                    
                        @if($anuueu != 0)
                        {{ $anuueu }}
                        @endif
                     | 
                    @php
                    $anul_deprr = ($shed_kuchhaData['total_investment_cost'] ?? 0) /
                    ($shed_kuchhaData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anul_deprr != 0)
                        {{ $anul_deprr }}
                        @endif
                     | 
                    
                        {{ $shed_kuchhaData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $shed_kuchhaData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $shed_kuchhaData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anul_deps = ($shed_kuchhaData['total_investment_cost'] ?? 0) /
                    ($shed_kuchhaData['economic_useful_life'] ?? 1);
                    $anuarsdCost = $anul_deps
                    + ($shed_kuchhaData['annual_insurance'] ?? 0)
                    + ($shed_kuchhaData['annual_tax'] ?? 0)
                    + ($shed_kuchhaData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anuarsdCost != 0)
                        {{ $anuarsdCost }}
                        @endif
                     | 
                    
                        {{ $shed_kuchhaData['rental_unit'] ?? '' }}
                     | 
                     {{ $shed_kuchhaData['rental_rate'] ?? '' }} | 
                    {{ $shed_kuchhaData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->shed_pucca)
                
                    | 
                        b
                     | 
                    
                     | 
                    
                     | 
                    
                        Shed (Pucca)
                     | 
                     | 
                    @php
                    $shed_puccaData = json_decode($datas->shed_pucca, true);
                    @endphp
                    
                        {{ $shed_puccaData['number'] ?? '' }}
                     | 
                    
                        {{ $shed_puccaData['specification'] ?? '' }}
                     | 
                    {{ $shed_puccaData['specification_unit'] ?? '' }} | 
                    
                        {{ $shed_puccaData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $shed_puccaData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $shed_puccaData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $baronCost = ($shed_puccaData['total_investment_cost'] ?? 0) - ($shed_puccaData['subsidy_grant'] ??
                    0);
                    $spbla_sou = $baronCost - ($shed_puccaData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($spbla_sou != 0)
                        {{ $spbla_sou }}
                        @endif
                     | 
                    
                        {{ $shed_puccaData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $shed_puccaData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resiteddnt = ($shed_puccaData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resiteddnt != 0)
                        {{ $resiteddnt }}
                        @endif
                     | 
                    @php
                    $anudf = $spbla_sou/2*12/100;
                    @endphp
                    
                        @if($anudf != 0)
                        {{ $anudf }}
                        @endif
                     | 
                    @php
                    $anul_dddep = ($shed_puccaData['total_investment_cost'] ?? 0) /
                    ($shed_puccaData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anul_dddep != 0)
                        {{ $anul_dddep }}
                        @endif
                     | 
                    
                        {{ $shed_puccaData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $shed_puccaData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $shed_puccaData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anuffl_dep = ($shed_puccaData['total_investment_cost'] ?? 0) /
                    ($shed_puccaData['economic_useful_life'] ?? 1);
                    $anuxdCost = $anuffl_dep
                    + ($shed_puccaData['annual_insurance'] ?? 0)
                    + ($shed_puccaData['annual_tax'] ?? 0)
                    + ($shed_puccaData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anuxdCost != 0)
                        {{ $anuxdCost }}
                        @endif
                     | 
                    
                        {{ $shed_puccaData['rental_unit'] ?? '' }}
                     | 
                     {{ $shed_puccaData['rental_rate'] ?? '' }} | 
                    {{ $shed_puccaData['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->name_plantation || $datas->cost_pantation || $datas->Infrastructure || $datas->material || $datas->labour_mechanization || $datas->fixed_cost || $datas->other_infrastructure)
                
                    | 
                        7
                     | 
                    
                     | 
                    
                     | 
                    
                        Investment under Plantation Crop (crop period more than 18 months)
                     | 
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                    
                     | 
                     | 
                     | 
                
                @endif
                @if($datas->name_plantation)
                
                    | 
                        a
                     | 
                    
                     | 
                    
                     | 
                    
                        Name of Plantation Crop (Example : Tea, Apple, Mango, Orange, etc.)
                     | 
                     | 
                    @php
                    $name_plantationdata = json_decode($datas->name_plantation, true);
                    @endphp
                    
                        {{ $name_plantationdata['number'] ?? '' }}
                     | 
                    
                        {{ $name_plantationdata['specification'] ?? '' }}
                     | 
                    {{ $name_plantationdata['specification_unit'] ?? '' }} | 
                    
                        {{ $name_plantationdata['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $name_plantationdata['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $name_plantationdata['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bankLrst = ($name_plantationdata['total_investment_cost'] ?? 0) -
                    ($name_plantationdata['subsidy_grant'] ?? 0);
                    $npbla_sou = $bankLrst - ($name_plantationdata['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($npbla_sou != 0)
                        {{ $npbla_sou }}
                        @endif
                     | 
                    
                        {{ $name_plantationdata['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $name_plantationdata['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $rdata = ($name_plantationdata['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($rdata != 0)
                        {{ $rdata }}
                        @endif
                     | 
                    @php
                    $anurr = $npbla_sou/2*12/100;
                    @endphp
                    
                        @if($anurr != 0)
                        {{ $anurr }}
                        @endif
                     | 
                    @php
                    $anussrr = ($name_plantationdata['total_investment_cost'] ?? 0) /
                    ($name_plantationdata['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anussrr != 0)
                        {{ $anussrr }}
                        @endif
                     | 
                    
                        {{ $name_plantationdata['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $name_plantationdata['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $name_plantationdata['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anulss_dep = ($name_plantationdata['total_investment_cost'] ?? 0) /
                    ($name_plantationdata['economic_useful_life'] ?? 1);
                    $anualfisCost = $anulss_dep
                    + ($name_plantationdata['annual_insurance'] ?? 0)
                    + ($name_plantationdata['annual_tax'] ?? 0)
                    + ($name_plantationdata['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anualfisCost != 0)
                        {{ $anualfisCost }}
                        @endif
                     | 
                    
                        {{ $name_plantationdata['rental_unit'] ?? '' }}
                     | 
                     {{ $name_plantationdata['rental_rate'] ?? '' }} | 
                    {{ $name_plantationdata['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->cost_pantation)
                
                    | 
                        b
                     | 
                    
                     | 
                    
                     | 
                    
                        Cost of Plantation
                     | 
                     | 
                    @php
                    $cost_pantationdata = json_decode($datas->cost_pantation, true);
                    @endphp
                    
                        {{ $cost_pantationdata['number'] ?? '' }}
                     | 
                    
                        {{ $cost_pantationdata['specification'] ?? '' }}
                     | 
                    {{ $cost_pantationdata['specification_unit'] ?? '' }} | 
                    
                        {{ $cost_pantationdata['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $cost_pantationdata['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $cost_pantationdata['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bankLonst = ($cost_pantationdata['total_investment_cost'] ?? 0) -
                    ($cost_pantationdata['subsidy_grant'] ?? 0);
                    $cpbla_sou = $bankLonst - ($cost_pantationdata['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($cpbla_sou != 0)
                        {{ $cpbla_sou }}
                        @endif
                     | 
                    
                        {{ $cost_pantationdata['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $cost_pantationdata['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resitentdat = ($cost_pantationdata['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resitentdat != 0)
                        {{ $resitentdat }}
                        @endif
                     | 
                    @php
                    $anudd = $cpbla_sou/2*12/100;
                    @endphp
                    
                        @if($anudd != 0)
                        {{ $anudd }}
                        @endif
                     | 
                    @php
                    $anufiue = ($cost_pantationdata['total_investment_cost'] ?? 0) /
                    ($cost_pantationdata['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anufiue != 0)
                        {{ $anufiue }}
                        @endif
                     | 
                    
                        {{ $cost_pantationdata['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $cost_pantationdata['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $cost_pantationdata['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anurdep = ($cost_pantationdata['total_investment_cost'] ?? 0) /
                    ($cost_pantationdata['economic_useful_life'] ?? 1);
                    $anualfrdCost = $anurdep
                    + ($cost_pantationdata['annual_insurance'] ?? 0)
                    + ($cost_pantationdata['annual_tax'] ?? 0)
                    + ($cost_pantationdata['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anualfrdCost != 0)
                        {{ $anualfrdCost }}
                        @endif
                     | 
                    
                        {{ $cost_pantationdata['rental_unit'] ?? '' }}
                     | 
                     {{ $cost_pantationdata['rental_rate'] ?? '' }} | 
                    {{ $cost_pantationdata['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->Infrastructure)
                
                    | 
                        c
                     | 
                    
                     | 
                    
                     | 
                    
                        Cost Infrastructure and Support Services
                     | 
                     | 
                    @php
                    $Infrastructuredata = json_decode($datas->Infrastructure, true);
                    @endphp
                    
                        {{ $Infrastructuredata['number'] ?? '' }}
                     | 
                    
                        {{ $Infrastructuredata['specification'] ?? '' }}
                     | 
                    {{ $Infrastructuredata['specification_unit'] ?? '' }} | 
                    
                        {{ $Infrastructuredata['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $Infrastructuredata['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $Infrastructuredata['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bankLoninfaCost = ($Infrastructuredata['total_investment_cost'] ?? 0) -
                    ($Infrastructuredata['subsidy_grant'] ?? 0);
                    $inbla_sou = $bankLoninfaCost - ($Infrastructuredata['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($inbla_sou != 0)
                        {{ $inbla_sou }}
                        @endif
                     | 
                    
                        {{ $Infrastructuredata['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $Infrastructuredata['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resitentfdf = ($Infrastructuredata['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resitentfdf != 0)
                        {{ $resitentfdf }}
                        @endif
                     | 
                    @php
                    $anuda = $inbla_sou/2*12/100;
                    @endphp
                    
                        @if($anuda != 0)
                        {{ $anuda }}
                        @endif
                     | 
                    @php
                    $anul_depdd = ($Infrastructuredata['total_investment_cost'] ?? 0) /
                    ($Infrastructuredata['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anul_depdd != 0)
                        {{ $anul_depdd }}
                        @endif
                     | 
                    
                        {{ $Infrastructuredata['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $Infrastructuredata['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $Infrastructuredata['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anuldata_dep = ($Infrastructuredata['total_investment_cost'] ?? 0) /
                    ($Infrastructuredata['economic_useful_life'] ?? 1);
                    $anualfixdCosts = $anuldata_dep
                    + ($Infrastructuredata['annual_insurance'] ?? 0)
                    + ($Infrastructuredata['annual_tax'] ?? 0)
                    + ($Infrastructuredata['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anualfixdCosts != 0)
                        {{ $anualfixdCosts }}
                        @endif
                     | 
                    
                        {{ $Infrastructuredata['rental_unit'] ?? '' }}
                     | 
                     {{ $Infrastructuredata['rental_rate'] ?? '' }} | 
                    {{ $Infrastructuredata['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->material)
                
                    | 
                        d
                     | 
                    
                     | 
                    
                     | 
                    
                        Cost of other material
                     | 
                     | 
                    @php
                    $materialdata = json_decode($datas->material, true);
                    @endphp
                    
                        {{ $materialdata['number'] ?? '' }}
                     | 
                    
                        {{ $materialdata['specification'] ?? '' }}
                     | 
                    {{ $materialdata['specification_unit'] ?? '' }} | 
                    
                        {{ $materialdata['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $materialdata['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $materialdata['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $banknCost = ($materialdata['total_investment_cost'] ?? 0) - ($materialdata['subsidy_grant'] ?? 0);
                    $mabla_sou = $banknCost - ($materialdata['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($mabla_sou != 0)
                        {{ $mabla_sou }}
                        @endif
                     | 
                    
                        {{ $materialdata['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $materialdata['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resitentfw = ($materialdata['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resitentfw != 0)
                        {{ $resitentfw }}
                        @endif
                     | 
                    @php
                    $anurr = $mabla_sou/2*12/100;
                    @endphp
                    
                        @if($anurr != 0)
                        {{ $anurr }}
                        @endif
                     | 
                    @php
                    $anulda_dep = ($materialdata['total_investment_cost'] ?? 0) / ($materialdata['economic_useful_life']
                    ?? 1);
                    @endphp
                    
                        @if($anulda_dep != 0)
                        {{ $anulda_dep }}
                        @endif
                     | 
                    
                        {{ $materialdata['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $materialdata['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $materialdata['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anulrer_dep = ($materialdata['total_investment_cost'] ?? 0) /
                    ($materialdata['economic_useful_life'] ?? 1);
                    $anualfixdCosst = $anulrer_dep
                    + ($materialdata['annual_insurance'] ?? 0)
                    + ($materialdata['annual_tax'] ?? 0)
                    + ($materialdata['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anualfixdCosst != 0)
                        {{ $anualfixdCosst }}
                        @endif
                     | 
                    
                        {{ $materialdata['rental_unit'] ?? '' }}
                     | 
                     {{ $materialdata['rental_rate'] ?? '' }} | 
                    {{ $materialdata['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->labour_mechanization)
                
                    | 
                        e
                     | 
                    
                     | 
                    
                     | 
                    
                        Cost Labour / mechanization
                     | 
                     | 
                    @php
                    $labour_mechanizationdata = json_decode($datas->labour_mechanization, true);
                    @endphp
                    
                        {{ $labour_mechanizationdata['number'] ?? '' }}
                     | 
                    
                        {{ $labour_mechanizationdata['specification'] ?? '' }}
                     | 
                    {{ $labour_mechanizationdata['specification_unit'] ?? '' }} | 
                    
                        {{ $labour_mechanizationdata['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $labour_mechanizationdata['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $labour_mechanizationdata['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bankLonCostsa = ($labour_mechanizationdata['total_investment_cost'] ?? 0) -
                    ($labour_mechanizationdata['subsidy_grant'] ?? 0);
                    $bla_souds = $bankLonCostsa - ($labour_mechanizationdata['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($bla_souds != 0)
                        {{ $bla_souds }}
                        @endif
                     | 
                    
                        {{ $labour_mechanizationdata['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $labour_mechanizationdata['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resitenttion = ($labour_mechanizationdata['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    @if($resitenttion != 0)
                    {{ $resitenttion }}
                    @endif
                    
                        {{ $labour_mechanizationdata['residual_value_of_asset'] ?? '' }}
                     | 
                    
                        {{ $labour_mechanizationdata['annual_interest_on_bank_loan'] ?? '' }}
                     | 
                    
                        {{ $labour_mechanizationdata['annual_depreciation'] ?? '' }}
                     | 
                    
                        {{ $labour_mechanizationdata['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $labour_mechanizationdata['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $labour_mechanizationdata['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anulfda_dep = ($labour_mechanizationdata['total_investment_cost'] ?? 0) /
                    ($labour_mechanizationdata['economic_useful_life'] ?? 1);
                    $anualfixdCostlm = $anulfda_dep
                    + ($labour_mechanizationdata['annual_insurance'] ?? 0)
                    + ($labour_mechanizationdata['annual_tax'] ?? 0)
                    + ($labour_mechanizationdata['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anualfixdCostlm != 0)
                        {{ $anualfixdCostlm }}
                        @endif
                     | 
                    
                        {{ $labour_mechanizationdata['rental_unit'] ?? '' }}
                     | 
                     {{ $labour_mechanizationdata['rental_rate'] ?? '' }} | 
                    {{ $labour_mechanizationdata['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->fixed_cost)
                
                    | 
                        f
                     | 
                    
                     | 
                    
                     | 
                    
                        Any other Fixed Cost
                     | 
                     | 
                    @php
                    $fixed_costdata = json_decode($datas->fixed_cost, true);
                    @endphp
                    
                        {{ $fixed_costdata['number'] ?? '' }}
                     | 
                    
                        {{ $fixed_costdata['specification'] ?? '' }}
                     | 
                    {{ $fixed_costdata['specification_unit'] ?? '' }} | 
                    
                        {{ $fixed_costdata['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $fixed_costdata['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $fixed_costdata['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bankLonCostfix = ($fixed_costdata['total_investment_cost'] ?? 0) -
                    ($fixed_costdata['subsidy_grant'] ?? 0);
                    $fxbla_sou = $bankLonCostfix - ($fixed_costdata['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($fxbla_sou != 0)
                        {{ $fxbla_sou }}
                        @endif
                     | 
                    
                        {{ $fixed_costdata['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $fixed_costdata['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resitentfix = ($fixed_costdata['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resitentfix != 0)
                        {{ $resitentfix }}
                        @endif
                     | 
                    @php
                    $anufix = $fxbla_sou/2*12/100;
                    @endphp
                    
                        @if($anufix != 0)
                        {{ $anufix }}
                        @endif
                     | 
                    @php
                    $anulgg_dep = ($fixed_costdata['total_investment_cost'] ?? 0) /
                    ($fixed_costdata['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anulgg_dep != 0)
                        {{ $anulgg_dep }}
                        @endif
                     | 
                    
                        {{ $fixed_costdata['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $fixed_costdata['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $fixed_costdata['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anul_deps = ($fixed_costdata['total_investment_cost'] ?? 0) /
                    ($fixed_costdata['economic_useful_life'] ?? 1);
                    $anualfixdCostfix = $anul_deps
                    + ($fixed_costdata['annual_insurance'] ?? 0)
                    + ($fixed_costdata['annual_tax'] ?? 0)
                    + ($fixed_costdata['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anualfixdCostfix != 0)
                        {{ $anualfixdCostfix }}
                        @endif
                     | 
                    
                        {{ $fixed_costdata['rental_unit'] ?? '' }}
                     | 
                     {{ $fixed_costdata['rental_rate'] ?? '' }} | 
                    {{ $fixed_costdata['any_other'] ?? '' }} | 
                
                @endif
                @if($datas->other_infrastructure)
                
                    | 
                        8
                     | 
                    
                     | 
                    
                     | 
                    
                        Any other infrastructure
                     | 
                     | 
                    @php
                    $other_infrastructureData = json_decode($datas->other_infrastructure, true);
                    @endphp
                    
                        {{ $other_infrastructureData['number'] ?? '' }}
                     | 
                    
                        {{ $other_infrastructureData['specification'] ?? '' }}
                     | 
                    {{ $other_infrastructureData['specification_unit'] ?? '' }} | 
                    
                        {{ $other_infrastructureData['year_of_asset_creation'] ?? '' }}
                     | 
                    
                        {{ $other_infrastructureData['total_investment_cost'] ?? '' }}
                     | 
                    
                        {{ $other_infrastructureData['subsidy_grant'] ?? '' }}
                     | 
                    @php
                    $bankLonCostot = ($other_infrastructureData['total_investment_cost'] ?? 0) -
                    ($other_infrastructureData['subsidy_grant'] ?? 0);
                    $otbla_sou = $bankLonCostot - ($other_infrastructureData['balance_source_of_investment'] ?? 0);
                    @endphp
                    
                        @if($otbla_sou != 0)
                        {{ $otbla_sou }}
                        @endif
                     | 
                    
                        {{ $other_infrastructureData['balance_source_of_investment'] ?? '' }}
                     | 
                    
                        {{ $other_infrastructureData['economic_useful_life'] ?? '' }}
                     | 
                    @php
                    $resitentot = ($other_infrastructureData['total_investment_cost'] ?? 0) * 0.10;
                    @endphp
                    
                        @if($resitentot != 0)
                        {{ $resitentot }}
                        @endif
                     | 
                    @php
                    $anuot = $otbla_sou/2*12/100;
                    @endphp
                    
                        @if($anuot != 0)
                        {{ $anuot }}
                        @endif
                     | 
                    @php
                    $anul_depot = ($other_infrastructureData['total_investment_cost'] ?? 0) /
                    ($other_infrastructureData['economic_useful_life'] ?? 1);
                    @endphp
                    
                        @if($anul_depot != 0)
                        {{ $anul_depot }}
                        @endif
                     | 
                    
                        {{ $other_infrastructureData['annual_insurance'] ?? '' }}
                     | 
                    
                        {{ $other_infrastructureData['annual_tax'] ?? '' }}
                     | 
                    
                        {{ $other_infrastructureData['annual_repair_and_maintenance'] ?? '' }}
                     | 
                    @php
                    $anul_depoh = ($other_infrastructureData['total_investment_cost'] ?? 0) /
                    ($other_infrastructureData['economic_useful_life'] ?? 1);
                    $anualfixdCostoh = $anul_depoh
                    + ($other_infrastructureData['annual_insurance'] ?? 0)
                    + ($other_infrastructureData['annual_tax'] ?? 0)
                    + ($other_infrastructureData['annual_repair_and_maintenance'] ?? 0);
                    @endphp
                    
                        @if($anualfixdCostoh != 0)
                        {{ $anualfixdCostoh }}
                        @endif
                     | 
                    
                        {{ $other_infrastructureData['rental_unit'] ?? '' }}
                     | 
                    {{ $other_infrastructureData['rental_rate'] ?? '' }} | 
                    {{ $other_infrastructureData['any_other'] ?? '' }} | 
                
                @endif