@if(count($comptes)>0) @foreach ($comptes as $compte) @endforeach @else @endif
N° Compte Libellé Sigle Mendataire Dernière opér. Encours
{{$compte->id_compte}} {{$compte->libelle}} {{$compte->sigle}} {{$compte->sigle}} {{number_format($compte->credit - $compte->debit,2,',',' ')}}
Aucun compte n'a été sélectionné