@extends('author.dashboard') @section('title', 'Topics') @section('stylesheets') @endsection @section('content')

Dashboard OPALESCE Version 1.0

{!! Breadcrumbs::render('authtopics') !!}

Data Table With Topics

@foreach ($categories as $category) @endforeach
ID Topic Total MUs Total Suites Created On Created By Actions
{{$category->id}} {{$category->name}} {{$category->microunit->count()}} {{$category->suite->count()}} {{ date('j M. Y', strtotime($category->created_at)) }} {{$category->admin->name}} (Admin) View
ID Topic Total MUs Total Suites Created On Created By Actions
@endsection @section('javascripts') @endsection