ETAT FOURNISSEURS
Du : {{$points[0]->date_depart}}

{{--
--}}
@foreach ($points as $point => $one)
Warning: Undefined variable $one in /home/setiframy/public_html/ws/resources/views/Export/Export_pdf/PDF_Marge_Benificiaire.blade.php on line 147

Warning: Attempt to read property "encaissement_prix_vente" on null in /home/setiframy/public_html/ws/resources/views/Export/Export_pdf/PDF_Marge_Benificiaire.blade.php on line 147

Warning: Undefined variable $one in /home/setiframy/public_html/ws/resources/views/Export/Export_pdf/PDF_Marge_Benificiaire.blade.php on line 150

Warning: Attempt to read property "encaissement_prix_achat" on null in /home/setiframy/public_html/ws/resources/views/Export/Export_pdf/PDF_Marge_Benificiaire.blade.php on line 150

Warning: Undefined variable $one in /home/setiframy/public_html/ws/resources/views/Export/Export_pdf/PDF_Marge_Benificiaire.blade.php on line 153

Warning: Attempt to read property "marge_benificiaire" on null in /home/setiframy/public_html/ws/resources/views/Export/Export_pdf/PDF_Marge_Benificiaire.blade.php on line 153
@for($i = 0; $i 1) @else @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
Date Fournisseur Encaissements (Vente) Encaissements (Achat) Marge Bénificiaire
{{number_format($one->$value, 0, ".", " ")}} {{$one->$value}}
TOTAL {{$total_prix_vente}} {{$total_prix_achat}} {{$total_marge_benificiaire}}