@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
Please fix the following errors:
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
Reading Information
Reading Title *
Type *
Select type...
reading_type) == 'article' ? 'selected' : '' }}>Article
reading_type) == 'video' ? 'selected' : '' }}>Video
reading_type) == 'case_study' ? 'selected' : '' }}>Case Study
reading_type) == 'book' ? 'selected' : '' }}>Book
reading_type) == 'paper' ? 'selected' : '' }}>Paper
reading_type) == 'other' ? 'selected' : '' }}>Other
Description
{{ old('description', $reading->description) }}
Canvas Integration
Canvas Page ID
Canvas Page Title
Canvas Page URL (fallback)
Canvas Integration
Provide either a Canvas Page ID or URL. The Page ID is preferred as it will survive course copies.
Session Organization
Session Label
Session Order
Est. Time (min)
Organization & Settings
Category
Instructor Notes
{{ old('notes', $reading->notes) }}
is_featured) ? 'checked' : '' }} class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500">
Featured Reading
is_required) ? 'checked' : '' }} class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500">
Required Reading
Cancel
Update Reading