📑 Instruction Pages

Manage all your instruction pages here

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