| {{ $n }} |
@if($list->type_tiers === 'client') C @else F @endif
|
@php
$ii = get_compte_of_tiers($list->id);
$ligne = 1 ;
$nn = count($ii);
@endphp
@foreach( $ii as $i)
{{ $i->compte_tiers }}
@if($ligne > 0 && $ligne < $nn)
@endif
@php
$ligne++ ;
@endphp
@endforeach
|
{{ $list->denomination }} |
{{ $list->nom_complet }} |
|
@php
++$n ;
@endphp
@empty