{{$i}} |
{{$operation->compteId}} |
{{mb_strtoupper(substr($transactions[$operation->compteId],0,30), 'utf8')}} |
{{$operation->codeAnal}} |
@php
$text_mobile = 'text-orange-600';
if($operation->mobile == '34'){
$text_mobile = 'text-green-600';
}
if($operation->mobile == '33'){
$text_mobile = 'text-red-500';
}
@endphp
{{key_exists($operation->mobile, $mobiles)?$mobiles[$operation->mobile]:''}}
|
{{$operation->phone}} |
{{substr($operation->libelle,0,30)}} |
{{App\Lib\Format::number($operation->montant)}} |
|
@endforeach