@extends('layout') @section('content')
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') }} |
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 }} |