-
- @include('profile.partials.sidebar')
-
-
-
-
-
+
+
+ @include('layouts.footer')
+| Type | -Message | -Action | -
|---|---|---|
| - {{ $notification->data['type'] ?? '' }} - | -- {{ $notification->data['message'] ?? '' }} - | -- - Open - - - | -
| - | -- No entries (╥﹏╥) - | -- | -
+ @include('layouts.navigation')
+
+
+ @include('user.partials.background')
+
- @include('layouts.footer')
-
+
+
-
+ @include('profile.partials.sidebar')
+
+
+ @forelse($notifications as $notification)
+
+ @empty
+
+
+
+
-
+
+
+
+
+
+ {{ $notification->data['type'] ?? 'Notification' }}
+
+
+
+ + {{ $notification->data['message'] ?? '' }} +
+
+
+ Open
+
+
+
+
+
+
+ @endforelse
No notifications
+(╥﹏╥)
+