@include('partials.head')
{{--
Loading...
--}} @include('partials.sidebar')
@include('partials.header')
Questions
{{-- Add Question --}}
Add Question Bulk Upload
{{-- --}} @foreach ($descriptiveQuestions as $index => $descriptiveQuestion) {{-- --}} @endforeach
Sl No. Question Sub Question Answer Class Books Module ChapterPreferencesAction
{{ ($descriptiveQuestions->currentPage() - 1) * $descriptiveQuestions->perPage() + $index + 1 }} {{$descriptiveQuestion->question}} @if ($descriptiveQuestion->sub_question) {{$descriptiveQuestion->sub_question}} @else No Sub question @endif {{$descriptiveQuestion->answer}} {{$descriptiveQuestion->chapter->module->book->class->class_name}} {{$descriptiveQuestion->chapter->module->book->book_name}} {{$descriptiveQuestion->chapter->module->module_name}} {{$descriptiveQuestion->chapter->chapter_name}}1
Edit
    {{-- Previous Page Link --}} @if ($descriptiveQuestions->onFirstPage())
  • Previous
  • @else
  • Previous
  • @endif {{-- Pagination Elements --}} @foreach ($descriptiveQuestions->getUrlRange(1, $descriptiveQuestions->lastPage()) as $page => $url) @if ($page == $descriptiveQuestions->currentPage())
  • {{ $page }}
  • @else
  • {{ $page }}
  • @endif @endforeach {{-- Next Page Link --}} @if ($descriptiveQuestions->hasMorePages())
  • Next
  • @else
  • Next
  • @endif
{{-- success message --}} {{-- --}} {{-- end --}} {{-- delete success --}} {{-- end --}} {{-- update success message --}} {{-- end --}} {{-- import success message --}} {{-- end --}} {{-- import Error message --}} {{-- end --}}
{{-- --}} {{-- this filter working withput considering pagination, but here i chapter based dropdown not mentioned on filter --}}