@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Topics'])

Topic

+ Add Topics
@foreach($topics as $topic) @endforeach
# Course Topics Name Topics Order Actions
{{ $loop->iteration }} {{ $topic->course->title }} {{ $topic->title }} {{ $topic->sort_order }}
@csrf @method('DELETE')
@endsection