Show pages for app,env,org plus navigation, servers wip

This commit is contained in:
2025-03-28 15:18:12 +00:00
parent 72b6231b8c
commit 7d2bc3ca5e
15 changed files with 201 additions and 29 deletions

View File

@@ -8,8 +8,7 @@ class ApplicationController extends Controller
{
public function show(Request $request)
{
return inertia('Applications/Show', [
// 'application' => $request->route('application'),
]);
$id = $request->route('application');
return inertia('applications/Show');
}
}