@extends('layout.admin.master')
@section('meta-title', 'Review')
@section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel')
@section('breadcrumbs')
Pending Review
@endsection
@push('asset-top')
@endpush
@section('content')
# |
User |
Product |
Rating |
Review |
Action |
@foreach($pendingreviews as $key => $pending)
{{ $loop->index + 1 }} |
{{ $users->name }} |
{{ $products->name_en }} |
{{ $pending->rating }} |
{{ $pending->review }} |
|
@endforeach
@endsection