@extends('layouts.app') @section('title', 'Toolbox Topics') @section('content')
Available topics
Currently available
Required training
4+ star rating
| Topic | Category | Difficulty | Duration | Rating | Usage | Actions |
|---|---|---|---|---|---|---|
|
{{ $topic->title }}
{{ Str::limit($topic->description, 80) }}
@if($topic->is_mandatory)
Mandatory
@endif
|
{{ ucfirst($topic->category) }} | {{ ucfirst($topic->difficulty) }} | {{ $topic->estimated_duration }} min |
@if($topic->average_feedback_score)
{{ number_format($topic->average_feedback_score, 1) }}
@else
Not rated
@endif
@for($i = 1; $i <= 5; $i++)
@endfor
|
{{ $topic->usage_count ?? 0 }} times | View Edit |
| No topics found | ||||||