Start Learning
@foreach ($topics as $topic)
@php
$limit_id = $topic->id;
$row = DB::table('flutter_topics_detail')
->where('id_topics', $limit_id)
->first();
$rowArray = (array) $row;
if ($row) {
$rows = $row->id;
}
@endphp
@endforeach
{{ $topic->title }}
Topic Finished
This is the content for the Topic Finished.