Skip to content

Commit bb3b8d2

Browse files
ArshidArshid
authored andcommitted
GST/VAT added
1 parent 7426283 commit bb3b8d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/invoices/3-invoice.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@
109109
@foreach($items as $item)
110110
@php $i++; @endphp
111111
<tr>
112-
<td class="pb-1" style="font-size:13px" colspan="4">{{ $i.'.'.$item->product->name}}</td>
112+
<td class="pb-1" style="" colspan="4">{{ $i.'.'.$item->product->name}}</td>
113113
</tr>
114114
<tr>
115-
<td class="pt-0">&nbsp;&nbsp;</td>
115+
<td class="pt-0">VAT {{(int)$item['tax']}}%</td>
116116
<td class="tex-center pt-0">{{ number_format($item['price'], 2, '.', '') }}</td>
117117
<td class="tex-center pt-0">{{ $item['quantity'] }}</td>
118118
<td class="tex-center pt-0">{{ number_format( ($item['price'] * $item['quantity']), 2, '.', '') }}</td>

0 commit comments

Comments
 (0)