fix: added upload formular, reorganized some files and put them into a new folder misc

This commit is contained in:
2025-11-13 16:21:26 +01:00
parent 100fe2de18
commit 0d534f5013
22 changed files with 5700 additions and 3 deletions
+4
View File
@@ -43,6 +43,10 @@ Volt::route('companies/{company}/transactions', 'companies.transactions')
->middleware(['auth', 'verified'])
->name('company.transactions');
Volt::route('upload', 'upload.index')
->middleware(['auth', 'verified'])
->name('upload');
Route::middleware(['auth'])->group(function () {
Route::redirect('settings', 'settings/profile');