@extends('frontEnd.layouts.master') @section('title', $details->name) @push('seo') @endpush @push('css') @endpush @section('content')
@php $discount=(((($details->old_price)-($details->new_price))*100) / ($details->old_price)) @endphp {{ number_format($discount, 0) }}% ছাড়
{{ $details->name }}
@if ($details->old_price)
৳{{ $details->old_price }}
@endif ৳{{ $details->new_price }}
প্রোডাক্ট কোড : {{ $details->product_code }}
{!! $details->description !!}
Get specific details about this product from customers who own it.
{{ $review->name }}
{{ $review->created_at->format('d-m-Y') }}
{!! str_repeat('', $review->ratting) !!}
{{ $review->review }}
This product has no reviews yet. Be the first one to write a review.