}})
| {{$bl->name}} | ({{$bl->count}} x {{number_format($bl->credit, 0, ',', '.')}}) | {{ number_format($bl->count*$bl->credit, 0, ',', '.')}} | @php($total += $bl->count*$bl->credit)
|
@foreach($Bills as $b)
@if($b->discut || $b->tax > 0)
ລວມທັງໝົດ: {{number_format($alltotal, 0, ',', '.')}}
@endif @if($b->discut) ສ່ວນຫຼຸດ: {{number_format($b->discut, 0, ',', '.')}} @php($alltotal -=$b->discut) @endif @if($b->tax > 0) ອາກອນມູນຄ່າເພີ່ມ(7%): {{number_format($b->tax, 0, ',', '.')}} @php($alltotal+=$b->tax) @endif @endforeach
ລວມເງິນທີ່ຕ້ອງຊຳລະ: {{number_format($alltotal, 0, ',', '.')}} ກີບ
|