@extends('layouts.app') @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])
Type | Lesson | Question | Mark | Actions |
---|---|---|---|---|
Question | {{ $item->lesson->title ?? '' }} | {{ \Illuminate\Support\Str::words($item->question ?? '', 10) }} | {{ $item->default_mark ?? '' }} | MCQ | {{ $item->lesson->title ?? '' }} | {{ \Illuminate\Support\Str::words($item->question ?? '', 10) }} | {{ $item->default_mark ?? '' }} | @endforeach |