📋 All Questions

Browse through the list of questions stored in the system

@forelse($questions as $question)
{{ $question->title ?? 'Untitled Question' }}

{{ Str::limit($question->description ?? 'No description available', 100) }}

View Details
@empty
No questions found.
@endforelse