@extends('foodapp.layout.master') @section('title') @endsection @section('content') @if(!$allproduct->isEmpty()) @foreach($allproduct as $pro) @csrf {{ $pro->name }} {{ $pro->price }} PKR @if(!empty($rat)) ({{ round($pro->rating,0) }}) @for($i=1; $i<=$rat; $i++) {{$i}} stars @endfor All Reviews x @foreach($pro->reviews as $rv) @for($i=1; $i<=$rv->rating; $i++) {{$i}} stars @endfor {{ $rv->comment }} @endforeach @endif Order Add to cart @endforeach @else No product added!! @endif @csrf @endsection
{{ $rv->comment }}
No product added!!