✏ Edit Instruction Page
{{-- Error Messages --}} @if($errors->any())
@foreach($errors->all() as $error)
⚠ {{ $error }}
@endforeach
@endif
@csrf @method('PUT') {{-- Title --}}
Title
{{-- Instructions --}}
Content
{{ old('instructions', $instructionPage->instructions) }}
{{-- Existing Images Preview --}} @if($instructionPage->images && count($instructionPage->images) > 0)
Existing Images
@foreach($instructionPage->images as $image)
@endforeach
⚠ Uploading new images will replace the old ones.
@endif {{-- Upload New Images --}}
Upload New Images (optional)
{{-- Buttons --}}
💾 Update
⬅ Cancel