|
{{-- {{$item['cusQuoDet_order']}} --}}
|
{!! $item['cusQuoDet_name'] !!} |
{!! $item['cusQuoDet_unit']!='0' ? $item['cusQuoDet_unit'] : '' !!} |
{!! $item['cusQuoDet_qty']!='0' ? $item['cusQuoDet_qty'] : '' !!} |
{!! $item['cusQuoDet_amountHT']!='0' ? $item['cusQuoDet_amountHT'] : ' €' !!} |
@if($total_line!=0)
{{ number_format((float)$total_line, 2, '.', '') }} €
@endif
|
@if(empty($articles[$index+ 1]) || ( isset($articles[$index+ 1]) && ($articles[$index+ 1]['cusQuoDet_title']==1)))