From 3207bbddace402b425a10d88152ddb7cda742312 Mon Sep 17 00:00:00 2001 From: imadhigp Date: Sat, 15 Aug 2026 12:03:52 +0530 Subject: [PATCH] set admin3 --- .../views/admin/admindashboard.blade.php | 84 ++++++++++--------- 1 file changed, 44 insertions(+), 40 deletions(-) diff --git a/resources/views/admin/admindashboard.blade.php b/resources/views/admin/admindashboard.blade.php index f1b3ef3..3db8705 100644 --- a/resources/views/admin/admindashboard.blade.php +++ b/resources/views/admin/admindashboard.blade.php @@ -208,6 +208,7 @@ +
@@ -217,15 +218,16 @@ {{ $unreadNotifications ?? 0 }} Unread
-
+
    @forelse($notifications ?? [] as $notification)
  • -
    +
    @if($notification->type == 'success') Success @@ -238,14 +240,14 @@
    {{ $notification->title }}
    -

    {{ $notification->message }}

    +

    {{ $notification->message }}

    {{ $notification->created_at ? $notification->created_at->diffForHumans() : '' }}
    -
    +
    @if(!$notification->is_read)
    @csrf @@ -272,6 +274,7 @@
  • + - - @endsection \ No newline at end of file