@extends('layouts.berita') @section('content')

PPID - {{ $cat->name ?? "" }}

@foreach ($posts as $post) @if($posts->total() == 1) @if ($post->featured)
@endif @if ($post->file) @endif @if ($post->link) @endif
@else
{{$post->title}}
@endif @endforeach
@if (!$posts->onFirstPage() && $posts->currentPage() <= $posts->lastPage()) Sebelumnya @endif @if ($posts->currentPage() < $posts->lastPage()) Selanjutnya @endif
@endsection