@extends('php/teacher/home') @section('content')

Learning Topik yang diubah

{{ $detail }}


@if (session('message'))
{{ session('message') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @php $no = 0; @endphp @foreach($results as $topic) @php $no++; @endphp @endforeach
No Judul Materi Status Caption File Opsi
@php echo $no; @endphp {{ $topic->title }} {{ $topic->status }} Learning Task
@endsection