@if (auth()->user()->type == 1)
@endif
@forelse ($posts as $post)

{{$post->post_title}}

@empty No Posts found @endforelse
{{$posts->links('livewire::simple-bootstrap')}}