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

@@ -6,5 +6,8 @@ use Illuminate\Http\Request;
class OrganisationController extends Controller
{
//
public function show()
{
return inertia('organisations/Show');
}
}