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