Nombre des commandes

{{ $commandes_sum }}
Chargement...
@if ($commandes->count() > 0) @foreach ($commandes as $key => $commande) @endforeach @else @endif
# Client Date de début Date de fin Reference Prix Quantité Montant
{{ $key + 1 }} {{ $commande->name }} {{ \Carbon\Carbon::parse($commande->start_date)->format('d/m/Y') }} {{ \Carbon\Carbon::parse($commande->end_date)->format('d/m/Y') }} {{ $commande->reference }} {{ number_format($commande->price, 0, '.', ' ') }} GNF {{ $commande->quantity }} {{ number_format($commande->montant, 0, '.', ' ') }} GNF
Aucun élément trouvé.
@if ($print) @endif