@extends($theme.'.layouts.admin') @section('content')
{{ $currency_code }} {{ number_format($product->discounted_price,2) }} @if($product->price != $product->discounted_price) {{ $currency_code }} {{ number_format($product->price,2) }} @endif
data not found