{{-- 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)
@endforeach
@endif
⬅ Back to List
✏ Edit
@csrf @method('DELETE')
🗑 Delete