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