@extends('layouts.admin') @section('title','Edit Passage') @section('page-title','Edit Comprehension Passage') @section('content')
Edit Passage — {{ $instructionGroup->title ?: 'Passage #'.$instructionGroup->id }}
@csrf @method('PUT')
@if($instructionGroup->passage_image)
Upload below to replace.
@endif
This passage is linked to {{ $instructionGroup->questions()->count() }} question(s).
Cancel
@endsection @push('scripts') @endpush