Add backend check for due invoices, #54

This commit is contained in:
2025-11-11 21:20:15 +01:00
parent 63202b0845
commit b420aada17
15 changed files with 112 additions and 23 deletions
+1 -4
View File
@@ -3,10 +3,7 @@
use Illuminate\Support\Facades\Route;
use Inertia\Inertia;
use App\Http\Controllers\InvoiceController;
Route::get('/welcome', function () {
return Inertia::render('Welcome');
})->name('welcome');
use Illuminate\Support\Facades\Log;
Route::get('/', function () {
return Inertia::render('Dashboard');