Add Post   Total Posts : {{$data->posts_count}}
@if( isset($posts) && $posts->count() > 0)
@foreach( $posts as $i=>$values ) @php $status = ''; $color = ''; @endphp
@endforeach
{{$posts->fragment("posts")->withQueryString()->links()}}
@else
No post yet.
@endif