diff --git a/resources/views/dashboard/guest.blade.php b/resources/views/dashboard/guest.blade.php new file mode 100644 index 0000000..54e5494 --- /dev/null +++ b/resources/views/dashboard/guest.blade.php @@ -0,0 +1,16 @@ +@extends('layouts.user.dashb4') +@section('content') +
+
+
+
+

Information

+
+
+ This page displays the Scopes, Permissions, and Roles you currently have on the services site.
+ By clicking on the Register Alt link you can add alts for SRP management.
+
+
+
+
+@endsection \ No newline at end of file