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

Reviews

@forelse($data as $rv) @empty @endforelse
# Product Name Stars comments Status
{{ $rv['rv_id'] }} {{ $rv['p_name'] }} {{ $rv['stars'] }} {{ $rv['comments'] }} Inactive
No Record Found
@endsection