@extends('layouts.app') @section('title','Product Review') @section('content') Product Review Reports Excel Download Pdf Download @lang('business.product') Category @foreach($products as $product) {{$product->product}} {{$product->category}} @endforeach {{$products->render()}} @endsection @section('javascript') @endsection
{{$products->render()}}