Invoice Frontend

This commit is contained in:
Utkarsh Khedkar
2025-11-18 14:35:58 +05:30
parent 56a17cf1e0
commit 837f4fe566
13 changed files with 1695 additions and 303 deletions

View File

@@ -18,3 +18,4 @@ require __DIR__.'/../vendor/autoload.php';
$app = require_once __DIR__.'/../bootstrap/app.php';
$app->handleRequest(Request::capture());