@extends('layouts.app') @section('title', 'Toolbox Talk Templates') @section('content')
| Name | Type | Duration | Topic | Usage | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $template->name }} @if($template->description){{ Str::limit($template->description, 50) }} @endif |
{{ ucfirst(str_replace('_', ' ', $template->talk_type)) }} | {{ $template->duration_minutes }} min | {{ $template->topic ? $template->topic->title : 'N/A' }} | {{ $template->usage_count }} times | @if($template->is_active) Active @else Inactive @endif |