{{--L1--}} @include('tax-calculation.row-header', [ 'label' => 'Income received (before tax taken off)' ]) {{--L2--}}
{{--L3--}} @if ($Pay_E > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Pay from all employments', 's_label1' => 'report-cell-6', 'label2' => $Pay_E, 's_label2' => 'report-cell-2' ]) @endif {{--L4--}} @if ($Benefits_E > 0) @include('tax-calculation.row-content-3', [ 'label1' => 'plus', 's_label1' => 'report-cell-1', 'label2' => 'Benefits and expenses received', 's_label2' => 'report-cell-5', 'label3' => $Benefits_E, 's_label3' => 'report-cell-2' ]) @endif {{--// L5--}} @if ($Exps_E > 0) @include('tax-calculation.row-content-3', [ 'label1' => 'minus', 's_label1' => 'report-cell-1', 'label2' => 'Allowable expenses', 's_label2' => 'report-cell-5', 'label3' => $Exps_E, 's_label3' => 'report-cell-2' ]) @endif {{--// L6--}} @if ($Benefits_E + $Exps_E > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Total from all employments', 's_label1' => 'report-cell-6', 'label2' => $income_E, 's_label2' => 'report-cell-offset-2 report-cell-2' ]) @else @include('tax-calculation.row-content-2', [ 'label1' => 'Pay from all employments', 's_label1' => 'report-cell-6', 'label2' => $income_E, 's_label2' => 'report-cell-offset-2 report-cell-2' ]) @endif {{--// L7--}} @if ($income_Shares > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Share schemes', 's_label1' => 'report-cell-6', 'label2' => $income_Shares, 's_label2' => 'report-cell-offset-2 report-cell-2' ]) @endif {{--// L8--}} @if ($income_D > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Profit from self-employment', 's_label1' => 'report-cell-6', 'label2' => $income_D, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L9--}} @if ($income_D_PTR > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Profit from partnerships', 's_label1' => 'report-cell-6', 'label2' => $income_D_PTR, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L10--}} @if ($income_IFP > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Profit from UK land and property', 's_label1' => 'report-cell-6', 'label2' => $income_IFP, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L11--}} @if ($income_Foreign > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Foreign income', 's_label1' => 'report-cell-6', 'label2' => $income_Foreign, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L11A--}} @if ($Foreign_dividends > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Dividends from foreign companies', 's_label1' => 'report-cell-6', 'label2' => $Foreign_dividends, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L12--}} @if ($income_Trust > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Trusts and estates', 's_label1' => 'report-cell-6', 'label2' => $income_Trust, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L13--}} @if ($income_care3 > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Interest received from UK banks and building societies', 's_label1' => 'report-cell-6', 'label2' => $income_care3, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L14--}} @if ($income_F > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Dividends from UK companies (plus 10% tax credits)', 's_label1' => 'report-cell-6', 'label2' => $income_F, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L15--}} @if ($income_Pensions > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'UK pensions and state benefits', 's_label1' => 'report-cell-6', 'label2' => $income_Pensions, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L16--}} @if ($income_CEG > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Gains on life insurance policies, etc.', 's_label1' => 'report-cell-6', 'label2' => $income_CEG, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L17--}} @if ($income_Other > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Other income', 's_label1' => 'report-cell-6', 'label2' => $income_Other, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L18--}} @if ($income_Total > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Total income received', 's_label1' => 'report-cell-6 report-bold', 'label2' => $income_Total, 's_label2' => 'report-cell-2 report-cell-offset-4 report-bold' ]) @endif {{--// L19--}}
{{--// L20--}} @if ($Allce_dedn_total > $Allce_PA) @include('tax-calculation.row-header', [ 'label' => 'minus' ]) @endif {{--// L21--}}
{{--// L22--}} @if ($ded_Loss > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Losses', 's_label1' => 'report-cell-6', 'label2' => $ded_Loss, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L23--}} @if ($dedn_Trust > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Foreign tax on estates (tax credit relief not claimed)', 's_label1' => 'report-cell-6', 'label2' => $dedn_Trust, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L24--}} {{--@if ($dedn_RAR > 0)--}} {{--@include('tax-calculation.row-content-2', [--}} {{--'label1' => 'Payments into a retirement annuity contract etc.',--}} {{--'s_label1' => 'report-cell-6',--}} {{--'label2' => $dedn_RAR,--}} {{--'s_label2' => 'report-cell-2 report-cell-offset-2'--}} {{--])--}} {{--@endif--}} {{--// L25--}} @if ($ded_Loss > $ded_loss_restricted) @include('tax-calculation.row-content-2', [ 'label1' => "Income Tax relief $ded_Loss reduced to maximum allowable", 's_label1' => 'report-cell-6', 'label2' => $ded_loss_restricted, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @else @include('tax-calculation.row-content-2', [ 'label1' => "Income Tax relief $ded_Loss", 's_label1' => 'report-cell-6', 'label2' => $ded_Loss, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L26--}} @if ($dedn_Annuity > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Annuities', 's_label1' => 'report-cell-6', 'label2' => $dedn_Annuity, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L27--}} @if ($dedn_Gift > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Gift of investments and property to charity', 's_label1' => 'report-cell-6', 'label2' => $dedn_Gift, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif {{--// L28--}} {{--@if ($dedn_TUS > 0) @include('tax-calculation.row-content-2', [ 'label1' => 'Gift of investments and property to charity', 's_label1' => 'report-cell-6', 'label2' => $dedn_TUS, 's_label2' => 'report-cell-2 report-cell-offset-2' ]) @endif--}} {{--// L29--}}