@extends('commandes.layouts') @section('content')
Renseigner une commande
@csrf
@if ($errors->has('date_commande')) {{ $errors->first('date_commande') }} @endif
@if ($errors->has('client_id')) {{ $errors->first('client_id') }} @endif
@if ($errors->has('produit_id')) {{ $errors->first('produit_id') }} @endif
@if ($errors->has('quantite')) {{ $errors->first('quantite') }} @endif
@if ($errors->has('unite')) {{ $errors->first('unite') }} @endif
@if ($errors->has('date_annonce')) {{ $errors->first('date_annonce') }} @endif
@if ($errors->has('observations')) {{ $errors->first('observations') }} @endif
@endsection