6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
@page "/admin/dashboard"
|
|
@layout AdminLayout
|
|
@attribute [Authorize(Roles = UserRoles.Admin)]
|
|
|
|
<h3>Admin Dashboard</h3>
|
|
<p>Welcome to the doctor dashboard!</p> |