@extends('layouts.app') @section('title', 'Feedback') @section('content')
| Type | Category | Description | Rating | Date | Status |
|---|---|---|---|---|---|
| {{ $f->type }} | {{ $f->category ?? '-' }} | {{ Str::limit($f->description,60) }} | @if($f->rating){{ str_repeat('★',$f->rating) }}{{ str_repeat('☆',5-$f->rating) }}@else -@endif | {{ $f->created_at->format('d M') }} | {{ ucfirst($f->status) }} |