All Questions
Overview
@php
// Build base query string excluding 'page' so tabs reset to page 1
$baseQuery = request()->except(['page', 'type']);
$currentType = request('type', 'all');
@endphp
@foreach ($types as $type)
@endforeach
| Question | Type | Options Count | Created Date | ||
|---|---|---|---|---|---|
|
{{ Str::limit($question->question, 80) }} ID-{{ $question->id }} |
{{ $question->type }} | @if ($question->options_count) @else — @endif | {{ optional($question->created_at)->format('M d, Y') }} |
{{-- Action Trigger --}}
{{-- Dropdown Menu --}}
|
|
| No questions found. | |||||