@extends('layouts.app') @section('title', 'topics Management') @section('content')
Manage all topics in the system
Total {{ $topics->count() }} topic(s)
| topic Name | Actions |
|---|---|
|
{{ $topic->name }}
topic ID: {{ $topic->id }}
|