@extends('layouts.admin') {{-- Customize layout sections --}} @section('subtitle', 'Topic') @section('content_header_title', 'Home') @section('content_header_subtitle', 'Topic') {{-- Content body: main page content --}} @section('content_body')

Topic data.

@foreach($topics as $topic)

{{ $topic->name }} @endforeach @stop