@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
Please fix the following errors:
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
📚

Reading Details

Update the reading information below

@csrf @method('PUT')

The Canvas page ID for automatic course copy support

Use this if Canvas page ID is not available

How long should students spend on this reading?

Cancel
👁️

Preview

See how this reading will appear to students

@if($reading->reading_type === 'article') 📄 @elseif($reading->reading_type === 'video') 🎥 @elseif($reading->reading_type === 'document') 📋 @elseif($reading->reading_type === 'case_study') 📊 @else 📚 @endif

{{ $reading->title }}

{{ ucfirst(str_replace('_', ' ', $reading->reading_type)) }}

@if($reading->estimated_time) {{ $reading->estimated_time }} min read @else Reading time not specified @endif
@if($reading->description)

{{ $reading->description }}

@endif View Reading