@extends('web.layouts.container') @section('css') @endsection @section('content')

{{$product->name}}

{{$product->category_name}}
( {{$product->evaluate_count}} تقييم )

{!! $product->description !!}

{{$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))}}
{{--
جودة رائعة للمنتج
--}}

{{$comment->comment}}

@endforeach @endif
@endsection @section('inner_js') @endsection