@extends('layouts.app') @section('title', 'Edit Content') @section('content') @include('partials.flash') @php $types = \App\Models\CourseContentBlock::TYPES; @endphp
{{ $course->title }} ยท {{ $module->blocks->count() }} content blocks
No content yet
Add blocks on the left to build this screen.