@extends('backend.layouts.app')
@section('content')
Review ID |
Review Name |
Review |
Review Date |
{{-- Product Image | --}}
Action |
@foreach ($product as $products)
{{$products->prodid}} |
{{$products->name}} |
{{$products->review}} |
{{$products->date}} |
|
@endforeach
@endsection