@if(isset($ads['below_content_image']) && $ads['below_content_image']) @endif
@if ($hasilpencarian->isEmpty())

Data Tidak Ditemukan

Tidak ada hasil ditemukan untuk pencarian "{{ $queryTerm }}".

@else @if ($queryTerm)
Berhasil! Ditemukan {{ $hasilpencarian->total() }} berita dengan kata kunci "{{ $queryTerm }}".
@endif @foreach ($hasilpencarian as $row) @include('frontend.search.card', ['row' => $row]) @endforeach @endif
@if (!$hasilpencarian->isEmpty())
@endif
@include('frontend.news.content.homepage_sidebar')
@push('after-scripts') @endpush