@once @push('scripts') @endpush @endonce {{ $faq->question }} @if ($faq->noindex && $faq->nofollow) @elseif ($faq->noindex) @elseif ($faq->nofollow) @endif

{{ $faq->question }}

{{ __('From') }}: @forelse (($faq->faqCategories?->reverse() ?? []) as $category) {{ $category->name }} {{ $loop->last ? '' : ', ' }} @empty @endforelse {{ __('Last Updated') }}: {{ $faq->updated_at->diffForHumans() }}
{{ parse_markdown($faq->answer) }}
@if ($faq->extra_attributes->isNotEmpty())
@foreach ($faq->extra_attributes as $key => $value)
{{ $key }}
{{ filter_var($value, FILTER_VALIDATE_URL) !== false ? str('')->toHtmlString() : $value }}
@endforeach
@endif