@extends("admin/layouts.master-soyuz") @section('title','All Reviews and Ratings | ') @section("body")

Reviews

@foreach($reviews as $review) @endforeach
Id Product User Review Quality Price Value Remark Status Action
{{$i++}} @if(isset($review->pro)) {{ $review->pro->name }} @endif @if(isset($review->simple_product)) {{ $review->simple_product->product_name }} @endif {{$review->users['name']}} {{$review->review}} {{$review->qty}} {{$review->price}} {{$review->value}} {{$review->remark}}
{{csrf_field()}}
@foreach($reviews as $review) @endforeach @endsection