@extends('layout') @section('content')

Reviewing Feedback

{{-- @foreach ($feedbacks as $index => $fb) @endforeach
Sr.no RT-ID User Name Service Name Rating Comment Date Status
{{ $index + 1 }} {{ $fb->rating_id }} {{ $fb->user->name ?? 'N/A' }} {{ $fb->service->title ?? 'N/A' }} {{ rtrim(rtrim(number_format($fb->rating, 1), '0'), '.') }} {{ $fb->comment ?: '-' }} {{ $fb->created_at?->format('d M Y, h:i A') }}
--}} @foreach ($feedbacks as $index => $fb) @endforeach
Sr.no RT-ID User Name Service Name Rating Comment Date status Change Status
{{ $index + 1 }} {{ $fb->rating_id }} {{ $fb->user->name ?? 'N/A' }} {{ $fb->service->title ?? 'N/A' }} {{ rtrim(rtrim(number_format($fb->rating, 1), '0'), '.') }} {{ $fb->comment ?: '-' }} {{ $fb->created_at?->format('d M Y, h:i A') }} {{ $fb->status }}
@csrf @method('PATCH')
@endsection