This commit is contained in:
2026-03-16 02:29:14 -05:00
parent a226f64f22
commit 2f1b07950d

View File

@@ -0,0 +1,16 @@
@extends('layouts.user.dashb4')
@section('content')
<br>
<div class="container">
<div class="card">
<div class="card-header">
<h2>Information</h2>
</div>
<div class="card-body">
This page displays the Scopes, Permissions, and Roles you currently have on the services site.<br>
By clicking on the Register Alt link you can add alts for SRP management.<br>
</div>
</div>
</div>
<br>
@endsection