@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 $type_id = $type->type_id; if( $year >= 2025 && in_array( $type_id ,[12,14] ) ){ $type->unit_price = '0.40'; } @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

Totaal aantal gefactureerde m2 isolatieglas

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

Gewicht in kg (optioneel)

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

Recyclingbijdrage per m2

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