@extends('layouts.app') @section('header-title', __('Shop Products')) @section('content')
{{ $product->short_description }}
{{ showCurrency($product->price) }} @if ($product->discount_price) {{ showCurrency($product->discount_price) }} @endif