@extends('frontend.layouts.master') @section('title','E-SHOP || PRODUCT PAGE') @section('main-content')
@if($product->discount > 0) Rs.{{ number_format($product->price, 2) }} Rs.{{ number_format($org, 2) }} @else Rs.{{ number_format($product->price, 2) }} @endif
{!! html_entity_decode($product->summary) !!}