✏ Edit Instruction Page

{{-- Error Messages --}} @if($errors->any())
@endif
@csrf @method('PUT') {{-- Title --}}
{{-- Instructions --}}
{{-- Existing Images Preview --}} @if($instructionPage->images && count($instructionPage->images) > 0)
@foreach($instructionPage->images as $image) Instruction Image @endforeach

⚠ Uploading new images will replace the old ones.

@endif {{-- Upload New Images --}}
{{-- Buttons --}} ⬅ Cancel