📑 Instruction Pages
Manage all your instruction pages here
@if(session('success'))
{{ session('success') }}
@endif
âž• Create New Instruction Page
ID
Title
Created At
Actions
@forelse($instructionPages as $page)
{{ $page->id }}
{{ $page->title }}
{{ $page->created_at->format('d M Y') }}
View
Edit
@csrf @method('DELETE')
Delete
@empty
No instruction pages found.
@endforelse