ETAT FOURNISSEURS
Du : {{$points[0]->date_depart}}
{{--
--}}
Date
Fournisseur
Encaissements (Vente)
Encaissements (Achat)
Marge Bénificiaire
@foreach ($points as $point => $one)
@for($i = 0; $i
1)
{{number_format($one->$value, 0, ".", " ")}}
@else
{{$one->$value}}
@endif @endfor
@endforeach @php $total_prix_vente = number_format($total_prix_vente, 0, ".", " "); $total_prix_achat = number_format($total_prix_achat, 0, ".", " "); $total_marge_benificiaire = number_format($total_marge_benificiaire, 0, ".", " "); @endphp
TOTAL
{{$total_prix_vente}}
{{$total_prix_achat}}
{{$total_marge_benificiaire}}