@props([ 'user' ])
| ID | Action | Moderator | Created | Expiration | Acknowledged | |
|---|---|---|---|---|---|---|
| {{ $punishment->id }} | {{ $punishment->punishment_type->label }} |
|
{{ $punishment->reviewed() }} | {{ $punishment->expirationStr() }} | {{ $punishment->active ? 'No' : 'Yes' }} | |
|
Note to User: {{ $punishment->user_note }} Internal Note: {{ $punishment->internal_note }} @if($punishment->pardoned())Pardoned By: {{ $punishment->pardoner->username }} Pardoner Note: {{ $punishment->pardoner_note }} @endif @if($punishment->context->count() > 0)Abuses: @endif @foreach($punishment->context as $context)Reason: {{ $context->user_note }} (TODO: audit) @if($context->description)Offensive Item: {{ $context->description }} @endif @if($context->content_hash) |
||||||