جودة رائعة للمنتج
--}}{{$comment->comment}}
@extends('web.layouts.container')
@section('css')
@endsection
@section('content')
{!! $product->description !!} {{$comment->comment}}
تفاصيل المنتج
{{$product->name}}
{{$product->category_name}}
{{$product->price}} SAR
{{-- @if($product->discount)--}}
{{-- {{$product->discount}} SAR
--}}
{{-- @endif--}}
تقييمات المستخدمين
@if(count($comments))
@foreach($comments as $comment)
{{$comment->user_name}}
{{date('H:i A', strtotime($comment->created_at))}}
جودة رائعة للمنتج
--}}