@extends('layouts.color_admin.default') @section('title', 'Aangiften') @section('content')

{{ $dec[0]->user_name . ' [' . $dec[0]->period . ']' }}


@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('b_a_message'))
{{ Session::pull('b_a_message')}}
@endif @foreach ($listCategories as $category)

{{$category->title}}

@forelse($dec as $key => $type) @php // Unit price synchronized with CMA logic if ($year < 2026) { $type->unit_price = 0.40; } else { $type->unit_price = 0.0175; } @endphp @if ($category->id == $type->category_id)

Heeft u deze periode iets aan te geven?

status) == 1) checked @endif> JA status) == 0) checked @endif style="margin-left: 30px"> NEE

Productie in Nederland

Import uit België

Import uit Duitsland

Import uit Polen

Import uit Turkije

Import overig

@if($year < 2026) Totaal aantal gefactureerde m2 isolatieglas @else Totaal gewicht isolatieglas (kg) @endif

{{-- KG column --}}
weight ?? 0) }}" name="dec[{{ $key }}][weight]" class="form-control weight-input" readonly>
{{-- M2 column --}}
total_m2) }}" name="dec[{{ $key }}][total_m2]" class="form-control d-total-m2" readonly>

@if($year < 2026) Recyclingbijdrage per m2 @else Recyclingbijdrage per kg @endif

{{-- Unit price --}}
{{-- Empty column to match CMA layout --}}

Bijdrage excl. BTW in Euro

total) }}" name="dec[{{ $key }}][total]" class="form-control d-total" readonly>

BTW 21%

btw) }}" name="dec[{{ $key }}][btw]" class="form-control d-btw" @if($user->land == "NL") data-btw="0" @else data-btw="21" @endif readonly>

Bijdrage inclusief BTW in Euro

total_btw) }}" name="dec[{{ $key }}][total_btw]" class="form-control d-total-btw" readonly>
@endif @empty @endforelse
@endforeach

Plaats

Naam

Telefoon

« Terug


@endsection @push('scripts') @endpush