@if($product_list)
| Produkt | Verkauf | Kauf | |
|---|---|---|---|
|
{{$pro->title}}
Fine Weight : {{$pro->fine_weight}}{{$pro->fine_weight_type}}
|
@php $vatprice = 0; @endphp @if($pro->vat_rate) @php $vatprice = round(selling_price($pro)*$pro->vat_rate/100,2); @endphp @endif |