@extends('user.layouts.master') @section('content')
Back

{{ $product->name }}

Category: {{ $product->category_name }}

{{ $product->price }} MMK
@php $stars = number_format($productRating); @endphp @for ($i = 1; $i <= $stars; $i++) @endfor @for ($j = $stars + 1; $j <= 5; $j++) @endfor {{ $ratingCount->count() }} Ratings

{{ $product->description }}

@csrf
{{-- @foreach ($checkStock as $item) --}} {{-- @endforeach --}}
@csrf
@csrf

Leave a Reply

@error('message') {{ $message }} @enderror

Related products

@endsection