name : price-tag.blade.php
<div>
    @if(showEcommerce())
        <span class="prise_tag">

               @if (@$discount!=null)
                <span class="prev_prise">
                  {{getPriceFormat($price)}}
                  </span>
            @endif

              <span>
            @if (@$discount!=null)
                      {{getPriceFormat($discount)}}
                  @else
                      {{getPriceFormat($price)}}
                  @endif

          </span>
</span>
    @endif
</div>

© 2025 UnknownSec
afwwrfwafr45458465
Password