{{-- Post navigation --}}
@if ($prev = $post->getPreviousPost())
id") }}" name="arrow-left" style="color: var(--wa-color-text-link);" wire:navigate.hover>
@else
@endif
@if ($next = $post->getNextPost())
id") }}" name="arrow-right" style="color: var(--wa-color-text-link);" wire:navigate.hover>
@else
@endif
id/edit") }}" name="file-pen" style="color: var(--wa-color-text-link);" wire:navigate.hover>
id/download") }}" name="download" style="color: var(--wa-color-text-link);">
{{-- Post ID --}}
{{ $post->id }}
{{-- Post author --}}
{{ $post->user->name }}
{{-- Post upload date --}}
{{-- Post rating --}}
{{ $post->rating }}
{{-- Tags --}}
Tags
@foreach ($post->tags as $tag)
{{ $tag->name }}
@endforeach
{{-- Main content --}}