4 lines
162 B
PHP
4 lines
162 B
PHP
<tr class="invoiceSumRow">
|
|
<td colspan="9"> <b>Végösszeg: @isset($sumPrice){{$sumPrice? number_format($sumPrice,2,',',' '):0 }}@endisset Ft</b></td>
|
|
</tr>
|