@include('includes.head')
| ID | Image | Client Name | Rating | Comment | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $item->id }} |
@if($item->image)
|
{{ $item->client_name }} {{ $item->designation }} |
@for($i=1; $i<=5; $i++) @if($i <= $item->rating) @else @endif @endfor | {{ Str::limit($item->comment, 60) }} | {{ $item->status ? 'Active' : 'Inactive' }} |