ស្វែងរក៖
@if ($title != null)លទ្ធផល៖ {{ $title }}
@endif
@forelse ($posts as $post)
@empty
@if ($readyToLoad)
@endif
@endforelse
@if ($posts != null)
{{ Str::limit($post->title, 70, '...') }}
{!! Str::limit(strip_tags($post->description), 100, '...') !!}
{{ $post->date }}
មិនមានព័ត៌មានទាក់ទង
{{ $posts->links() }}
@endif