Search results for "{{ $searchQuery }}"

@forelse ($posts as $post)
{{-- Placeholder Skeleton --}} {{-- Actual Post --}}
@empty

No posts found.

@endforelse
@if ($hasMore)
Load More
@endif