đ {{ $estimation->phone }}
@endif @if($estimation->address){{ $estimation->address }}
@endif| DESCRIPTION | QTY | RATE | TAXES | AMOUNT |
|---|---|---|---|---|
{{ $item->description }} @if($item->long_description){{ $item->long_description }} @endif |
{{ number_format($item->quantity, 2) }} | {{ number_format($item->rate, 2) }} | @foreach($itemTaxIds as $taxId){{ $taxesMap[$taxId] ?? 0 }}%@endforeach @if(empty($itemTaxIds))No tax@endif |
{{ number_format($item->amount, 2) }} |
| No items found | ||||