@extends('frontend.layout.template') @section('content') @php $discount_price = (($data->discount) / 100) * ($data->price); $new_price = ($data->price) - $discount_price; @endphp
Your email address will not be published. Required fields are marked *
{{$item->review}}