@extends('layouts.master') @section('title', 'List Article Admin') @section('css') @endsection @section('pageContent') @include('layouts.breadcrumb', ['title' => 'List Quiz Course', 'subtitle' => 'Home', 'link' => 'admin.dashboard'])

Quiz Management

This is the list of all quizzez. and you can manage them. with the help of this table.

@foreach($quizzes as $quiz) @endforeach
Course Title Name Quiz Description Action
{{ $quiz->course->title }} {{ $quiz->name }} {{ $quiz->description }}
@endsection @section('scripts') @endsection