fix: added upload formular, reorganized some files and put them into a new folder misc
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user