Modifier le Bon de commande {{ $bonCommande->reference }}

@php $initialLines = old('lines', $bonCommande->lines->map(function ($line) { return [ 'type' => $line->type, 'description' => $line->description, 'prix_unitaire' => (float) $line->prix_unitaire, 'quantite' => (int) $line->quantite, 'tva' => (int) $line->tva, ]; })); @endphp
@csrf @method('PUT')
@error('reference') {{ $message }} @enderror

Lignes du bon de commande

Total HT :
Total TVA :
Timbre Fiscal :1.000 DT
Total TTC :
Annuler