@php $total_ht = 0; $total_category = 0; @endphp @foreach($articles as $index => $item) @if ($item['cusQuoDet_title']==1) @php $total_category = 0; @endphp @else @php $total_line = $item['cusQuoDet_amountHT']*$item['cusQuoDet_qty']; $total_category += $total_line; @endphp @endif @endforeach
{{ __("Désignation") }} {{ __("Unité") }} {{ __("Quantité") }}
{!! $item['cusQuoDet_name'] !!}
{!! $item['cusQuoDet_name'] !!} {!! $item['cusQuoDet_unit'] !!} {!! $item['cusQuoDet_qty'] !!}