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