# |
Title |
Description |
Actions |
@foreach($faq as $key =>$result)
{{ $faq->firstItem() + $key }} |
{{ \Illuminate\Support\Str::limit($result->faq_title,20, $end='...') }} |
{{ \Illuminate\Support\Str::limit($result->faq_desc,50, $end='...') }} |
|
@endforeach
{{ $faq->onEachSide(3)->links('vendor.pagination.custom') }}