31 lines
1.1 KiB
PHP
31 lines
1.1 KiB
PHP
|
@extends('template.'.config('settings.template').'.content.master')
|
||
|
@section('content')
|
||
|
<div class="container">
|
||
|
<section>
|
||
|
<div class="row">
|
||
|
<div class="col-12">
|
||
|
<h1 class="mb-5">Nullsteuersatz PV Anlagen 2023</h1>
|
||
|
<p class="fs-6">
|
||
|
Seit 01.01.2023 gilt ein Nullsteuersatz bei Erwerb von Solaranlagen und Komponenten wie Batteriespeichern, Kabel, Montagematerial. Unsere Produkte werden somit alle mit 0% USt. ausgewiesen.
|
||
|
|
||
|
<br>
|
||
|
<br>
|
||
|
Für mehr Informationen besuchen Sie bitte die Informationsseite des Bundesfinanzministerium:
|
||
|
|
||
|
<br>
|
||
|
<a href="https://www.bundesfinanzministerium.de/Content/DE/FAQ/foerderung-photovoltaikanlagen.html">https://www.bundesfinanzministerium.de/Content/DE/FAQ/foerderung-photovoltaikanlagen.html</a>
|
||
|
</p>
|
||
|
<br>
|
||
|
<br>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class="col-12">
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
</div>
|
||
|
@stop
|