From faa129a02ab484e84a2cb37beec5c23666f251c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Tue, 28 Apr 2026 22:34:03 +0300 Subject: [PATCH] feat: add dashboard index view to admin panel --- resources/views/admin/index.blade.php | 426 +++++++++++++++++--------- 1 file changed, 282 insertions(+), 144 deletions(-) diff --git a/resources/views/admin/index.blade.php b/resources/views/admin/index.blade.php index 2a96d8c..46ef3bf 100644 --- a/resources/views/admin/index.blade.php +++ b/resources/views/admin/index.blade.php @@ -2,150 +2,288 @@ @section('content') - - '📊', - 'Training Videos' => '👩‍🏫', - 'Module Relationships' => '🏬', -]; -?> - -
-
- -
- $icon) { - $id = str_slug($tab); - ?> -
- @if($k == 0) -
{{e2("Load Stats")}}
- @endif +
+ + +
+ +
+
+
+

+ Sales This week +

+
+ + +
+
+
+
+ + + + +
+
+
+
+
+
+
+
+
+ +
+
750
+
Articles
+
+
+
+ +
+
$980
+
Earnings
+
+
+
+ +
+
38
+
Messages
+
+
+
+ +
+
260
+
Online
+
+
+
+ +
+
59
+
Themes
+
+
+
+
+ +
+
+ +
+
+
+
+
+ +
+
19.5k Subscribers
+
Your main list is growing!
+ +
+
+
+
+
+
+
+
+
+ +
+
+98 followers
+
You are doing great!
+ +
+
+
+
+
+
+
+
+
+ +
+
Personal Plan
+
This is your current active plan
+ +
+
+
+
+
-
- - - -@endsection +@endsection \ No newline at end of file