Palm Lagoon TRANS STUDIO BALI
--}}{{ $warehouse->name }}
Telp: {{ $warehouse->phone }}
Invoice: 123123
--}} {{--123
--}}| Item | Qty | Price |
| {{ $dt->name }} | @if ($dt->unit == 0) {{ intval($dt->qty) }} pcs @else {{ intval($dt->qty_unit) }} {{ $dt->unit_name }} @endif |
@if ($dt->unit == 0)
{{ number_format($dt->nprice, 0, ',', '.') }}
@if ($dt->price != $dt->nprice)
({{ number_format($dt->nprice - $dt->price, 0, ',', '.') }}) @endif @else {{ number_format($dt->pricesell, 0, ',', '.') }} @endif |
{!! $footer !!}
( _ _ _ _ _ _ _ _ _ _ _ )