@extends('jdih.layouts.app') @section('title', 'Berita | ' . strip_tags($appName)) @section('content')
@include('jdih.post.aside', ['view' => 'jdih.post.news.filter'])
@foreach ($posts as $news) @if (isset($banners) AND $banners->count() > 0) @if ($loop->last)
@foreach ($banners as $banner) @break($loop->iteration > 3)
@endforeach
@endif @endif @endforeach
{{ $posts->links('jdih.layouts.pagination') }}
@endsection @section('script') @include('jdih.post.news.script') @endsection