@extends('layouts.app') @section('content') @section('css') @endsection

{{ isset($title)?$title:'' }}

@php $i = 1; @endphp @if(isset($data) && !empty($data)) @foreach($data as $row) @endforeach @endif
# Feedback Quality Service Value Action
{{ $i++ }} {{$row->feedback}} @for($q=0;$q<5;$q++) @if($row->quality<=$q) @else @endif @endfor @for($s=0;$s<5;$s++) @if($row->service<=$s) @else @endif @endfor @for($v=0;$v<5;$v++) @if($row->value<=$v) @else @endif @endfor
@section('js') @endsection @endsection