@props(['car_parts'])
| # | Produkt | Ilość | Kwota | Kwota własna | Źródło |
|---|---|---|---|---|---|
| {{ $index+1 }} | {{ $cp->item_description }} | {{ floatToIntFormat($cp->quantity) }} | {{ $cp->price_sum }} pln. | @if(!is_null($cp->own_price_sum)) {{ $cp->own_price_sum }} pln. @endif | {{ __('office.get_from_warehouse.source.'.$cp->source) }} |
| --}} {{-- | Suma: {{ $car_parts['price_sum'] }} pln. | --}} {{----}} {{-- | |||