@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')
Library Information
Library Title
Description (Optional)
{{ old('description', $library->description) }}
Library Type
library_type) == 'general' ? 'checked' : '' }}>
General
Mixed collection of readings
library_type) == 'session_based' ? 'checked' : '' }}>
Session Based
Organized by course sessions
library_type) == 'topic_based' ? 'checked' : '' }}>
Topic Based
Organized by subject topics
Library Settings
is_public) ? 'checked' : '' }} class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500">
Make library public (visible to all students)
allow_student_additions) ? 'checked' : '' }} class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500">
Allow students to add readings
require_approval) ? 'checked' : '' }} class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500">
Require approval for student additions
Cancel
Update Library