@csrf @method('PUT')

Forum Information

Canvas Integration

Course Copy Persistence

Update Canvas page mapping for course copy persistence.

The Canvas page ID where this forum will be embedded

Full URL if page ID is not available

Forum Settings

@if($forum->categories->count() > 0)

Current Categories

@foreach($forum->categories as $category)
@if($category->icon)
{{ $category->icon }}
@else
@endif

{{ $category->name }}

@if($category->description)

{{ $category->description }}

@endif
{{ $category->threads_count }} threads
@endforeach
@endif
Cancel