Login sebagai: {{ $currentUser->name }} ({{ $currentUser->role?->name }})
Update artikel MILIK SENDIRI: @if($canUpdateMyPost) ✅ YA @else ❌ TIDAK @endif
Artikel dengan author_id = {{ $currentUser->id }} (sama dengan user login)
Update artikel MILIK ORANG LAIN: @if($canUpdateOtherPost) ✅ YA @else ❌ TIDAK @endif
Artikel dengan author_id = user lain (bukan milik sendiri)
Hapus artikel (sembarang): @if($canDelete) ✅ YA @else ❌ TIDAK @endif
💡 Aturan Gate: