@extends('layouts.app') @section('content')
| Talk | Employee | Type | Rating | Sentiment | Date | Actions |
|---|---|---|---|---|---|---|
|
{{ $item->toolboxTalk->title }}
{{ $item->toolboxTalk->reference_number }}
|
{{ $item->employee_name ?? 'Anonymous' }} | {!! $item->getFeedbackTypeBadge() !!} |
@if($item->overall_rating)
@for($i = 1; $i <= 5; $i++)
@endfor
({{ $item->overall_rating }}/5)
@else
No rating
@endif
|
{!! $item->getSentimentBadge() !!} |
{{ $item->created_at->format('M d, Y') }} {{ $item->created_at->format('h:i A') }} |
View |
| No feedback found | ||||||