@props([ 'post', ])
@if (! Route::is('topics.show')) {{ __('forum.in') }} {{ $post->topic->name }} @endif @if ($post->tips_sum_bon > 0)
{{ __('torrent.bon-tipped') }}
{{ $post->tips_sum_bon ?? 0 }}
@endif
  • @csrf
  • @if (auth()->user()->group->is_modo || $post->topic->state === 'open')
  • @endif @if (auth()->user()->group->is_modo || ($post->user->id === auth()->id() && $post->topic->state === 'open'))
  • @csrf @method('DELETE')
  • @endif
    @joypixels($post->getContentHtml())
    @if (! empty($post->user->signature)) @endif