ស្វែងរក៖

{{--
--}}
@if ($title != null)

លទ្ធផល៖ {{ $title }}

@endif
@for ($i = 0; $i < $perpage; $i++)
@endfor
@forelse ($posts as $post)
{{ Str::limit($post->title, 70, '...') }}

{!! Str::limit(strip_tags($post->description), 100, '...') !!}

{{ $post->date }}
@empty @if ($readyToLoad)

មិនមានព័ត៌មានទាក់ទង

@endif @endforelse @if ($posts != null)
{{ $posts->links() }}
@endif