ID | Question | Answer | Order | Action | |||
---|---|---|---|---|---|---|---|
{{ $faq->id }} | {{ Str::words($faq->question, 5, '... ') }} | {!! Str::words($faq->answer, 1, '... ') !!} | @if (count($faqs) == 1)
{{ $faq->order }}
|
@else
@if ($loop->first)
{{ $faq->order }}
|
@elseif ($loop->last)
{{ $faq->order }}
|
@else
{{ $faq->order }}
|
@endif
@endif