@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100'])
@section('content')
@include('layouts.navbars.auth.topnav', ['title' => 'User Topics'])
# |
Course |
Topics Name |
Topics Order |
Listen |
@foreach($topics as $topic)
{{ $loop->iteration }} |
{{ $topic->course->title }} |
{{ $topic->title }} |
{{ $topic->sort_order }} |
|
@endforeach
@endsection