@if (auth()->user()->type == 'superAdmin')
@endif
@forelse ($posts as $item) @empty @endforelse
#ID Image Titel Author Kategorie Sichtbar Action
{{ $item->id }} {{ $item->featured_image }} {{ $item->title }} {{ $item->author->name }} {{ $item->post_category->name }} @if ($item->visibility == 1) Public @else Privat @endif
Keine Post(s) gefunden!
{{ $posts->links('livewire::bootstrap') }}