| {{ucfirst($faq->question)}} |
{{ucfirst($faq->answer)}} |
{{$faq->position}} |
status == Faq::STATUS_ACTIVE ? 'checked' : '' }}
aria-checked="{{ $faq->status == Faq::STATUS_ACTIVE ? 'true' : 'false' }}"
aria-label="Toggle FAQ status">
{{ $faq->status }}
|
|
@endforeach