Processing...
@foreach ($faqs as $faq) @if (count($faqs) == 1) @else @if ($loop->first) @elseif ($loop->last) @else @endif @endif @endforeach
ID Question Answer Order Action
{{ $faq->id }} {{ Str::words($faq->question, 5, '... ') }} {!! Str::words($faq->answer, 1, '... ') !!}
{{ $faq->order }}
{{ $faq->order }}
{{ $faq->order }}
{{ $faq->order }}
{{ $faqs->onEachSide(3)->links('custom-pagination-links-view') }}