@extends('author.dashboard') @section('title', 'Home') @section('stylesheets') @endsection @section('content')
ID | Title | Topic | Status |
---|---|---|---|
{{$microunit->id}} | {{$microunit->title}} | {{$microunit->category->name}} | {{ ($microunit->approved == 0) ? 'pending' : $microunit->approved }} |
ID | Title | Topic | Status |
---|---|---|---|
{{$suite->id}} | {{$suite->title}} | {{$suite->category->name}} | {{ ($suite->approved == 0) ? 'pending' : $suite->approved }} |
ID | Title | Topic | Views | Rating | Total Students | View |
---|---|---|---|---|---|---|
{{$microunit->id}} | {{$microunit->title}} | {{$microunit->category->name}} | {{$microunit->viewcounter}} | @if ($microunit->microunitsRates->count()) @foreach ($microunit->microunitsRates as $rate) {{ $rate->rating }} @endforeach @else 0 @endif | {{ $microunit->users->count() }} |