{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Create Grade Item') @section('style') @endsection {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', [ 'items' => ['Quizzes' => route('teacher.course.quiz.index', $coffid)], ]) @endsection {{-- Content --}} @section('content') @include('components._error')