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