{{-- resources/views/superadmin/system-notifications/panel/user.blade.php --}} @extends('layouts.superadmin') @section('title', 'إشعارات النظام للعضو ' . $user->name) @section('page-title', '🧩 متابعة إشعارات النظام للعضو') @section('content')
{{ $notification->message }}
@if($notification->action_url) فتح صفحة الإشعار @endif