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