{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Create Essay Question') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Dashboard' => route('teacher.dashboard')]]) @endsection {{-- Content --}} @section('content') @include('components._error')