design installed

This commit is contained in:
2026-07-02 19:57:25 +02:00
parent 5c667fd1cf
commit 872972ea48
21 changed files with 1230 additions and 217 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
use App\Domains\Rechnung\Controllers\RechnungController;
use Illuminate\Support\Facades\Route;
Route::get('/rechnung', RechnungController::class)->name('rechnung');