{{-- Success Message --}} @if(session('success'))
{{ session('success') }}
@endif

{{ $instructionPage->title }}

Created on {{ $instructionPage->created_at->format('d M Y') }}

📖 Instructions

{{ $instructionPage->instructions }}

@if($instructionPage->images && count($instructionPage->images) > 0)

🖼 Attached Images

@foreach($instructionPage->images as $image) Instruction Image @endforeach
@endif
⬅ Back to List
✏ Edit
@csrf @method('DELETE')