diff --git a/app/Http/Controllers/UserController.php b/app/Http/Controllers/UserController.php index b5b9064..98f34dc 100644 --- a/app/Http/Controllers/UserController.php +++ b/app/Http/Controllers/UserController.php @@ -9,7 +9,7 @@ class UserController extends Controller public function showStaffMembers() { - + return view('dashboard.administration.staff-members'); } public function showPlayers() diff --git a/config/adminlte.php b/config/adminlte.php index 1f0a61f..bef686f 100644 --- a/config/adminlte.php +++ b/config/adminlte.php @@ -341,7 +341,7 @@ return [ 'plugins' => [ [ 'name' => 'Datatables', - 'active' => false, + 'active' => true, 'files' => [ [ 'type' => 'js', diff --git a/resources/views/dashboard/administration/staff-members.blade.php b/resources/views/dashboard/administration/staff-members.blade.php new file mode 100644 index 0000000..471f77a --- /dev/null +++ b/resources/views/dashboard/administration/staff-members.blade.php @@ -0,0 +1,185 @@ +@extends('adminlte::page') + +@section('title', 'Raspberry Network | Applications') + +@section('content_header') + +
Active Staff Members
+Former Staff Members
+Terminated Staff Member(s)
+# | +Full Name | +IGN | +Rank | +Status | +Join Date | +Actions | +
---|---|---|---|---|---|---|
1 | +Monica Smith | +mssmith223 | +Moderator | +Active | +2020-02-10 | ++ + | +
2 | +Zak Unknown | +Skeppy | +Helper | +Active | +2020-02-10 | ++ + | +
3 | +John Doe | +kjj192 | +Admin | +Active | +2020-02-10 | ++ + | +
4 | +Angela Smith | +kkrapsody1221 | +Moderator | +Active | +2020-02-10 | ++ + | +