@extends('layouts.app') @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])
@foreach ($questions as $item) @endforeach @foreach ($mcq as $item) @endforeach
Type Lesson Question Mark Actions
Question {{ $item->lesson->title ?? '' }} {{ \Illuminate\Support\Str::words($item->question ?? '', 10) }} {{ $item->default_mark ?? '' }}
 
@csrf @method('DELETE')
MCQ {{ $item->lesson->title ?? '' }} {{ \Illuminate\Support\Str::words($item->question ?? '', 10) }} {{ $item->default_mark ?? '' }}
 
@csrf @method('DELETE')
{{-- MCQ Modal --}} {{-- Edit MCQ Modal --}} {{-- Question Modal --}} {{-- Edit Question Modal --}} @endsection @push('scripts') @endpush