@extends('admin.layouts.main') @section('title', 'Admin - Reviews') @section('content')
@forelse($reviews as $review) status == 0) style="font-weight: bold;" @endif> @empty @endforelse
Sr No. Name Email Rating Comment Action
{{ $loop->iteration + ($reviews->currentPage() - 1) * $reviews->perPage() }} {{ $review->name}} {{ $review->email}} {{ $review->rating}} {{ $review->comment}}
No records found.
@endsection