• {{ __('Devis prestataires validés') }} {!! number_format($dataStats['total_proQuo_validated'], 2, ',', ' ') !!} € {{ __('Total devis prestataires validés') }}
  • {{ __('Commandes prestataires') }} {!! number_format($dataStats['total_proReq'], 2, ',', ' ') !!} € {{ __('Total des commandes prestataires') }}
  • {{ __('Factures prestataires') }} {!! number_format($dataStats['total_proInv'], 2, ',', ' ') !!} € {{ __('Total des commandes prestataires') }}
  • {{ __('Devis clients validés') }} {!! number_format($dataStats['total_cusQuo_validated'], 2, ',', ' ') !!} € {{ __('Total devis clients') }}
  • {{ __('Factures clients') }} {!! number_format($dataStats['total_cusInv'], 2, ',', ' ') !!} € {{ __('Total des factures clients') }}

{{ __('Sur devis validés') }}

  • {{ __('Montant de la marge') }} {!! number_format($dataStats['marge_devis'], 2, ',', ' ') !!} €
  • {{ __('Taux de marge (commerciale)') }} {!! number_format($dataStats['marge_devis_pct'], 2, ',', ' ') !!} %
  • {{ __('Taux de marque (rentabilité)') }} {!! number_format($dataStats['marque_devis_pct'], 2, ',', ' ') !!} %

{{ __('Sur factures') }}

  • {{ __('Montant de la marge') }} {!! number_format($dataStats['marge_facture'], 2, ',', ' ') !!} €
  • {{ __('Taux de marge (commerciale)') }} {!! number_format($dataStats['marge_facture_pct'], 2, ',', ' ') !!} %
  • {{ __('Taux de marque (rentabilité)') }} {!! number_format($dataStats['marque_facture_pct'], 2, ',', ' ') !!} %