@extends('layouts.app') @section('contenu')

Tableau statistique de recouvrement par arrondissement et catégorie


@csrf


@foreach($datas as $value) @if($value->total_facturation!=null) @else @endif @if($value->recouvre!=null) @else @endif @endforeach
Arrondissement Categorie Montant facturé Nombre factures montant non facturé Nombre non facturé montant recouvrement Nombre recouvrement
{{$value->arrond}} {{$value->categ}}{{$value->total_facturation}} FCFA00 FCFA{{$value->nombre_soc_factures}} {{$value->total_a_facturer-$value->total_facturation}} FCFA {{$value->nombre_societes-$value->nombre_soc_factures}}{{$value->recouvre}} FCFA00 FCFA{{$value->nombre_rec}}
@endsection