@foreach($datas as $value)
{{$value->arrond}} |
{{$value->categ}} |
@if($value->total_facturation!=null)
{{$value->total_facturation}} FCFA |
@else
00 FCFA |
@endif
{{$value->nombre_soc_factures}} |
{{$value->total_a_facturer-$value->total_facturation}} FCFA |
{{$value->nombre_societes-$value->nombre_soc_factures}} |
@if($value->recouvre!=null)
{{$value->recouvre}} FCFA |
@else
00 FCFA |
@endif
{{$value->nombre_rec}} |
@endforeach