| N° demande : | {{ $informations['numero_bon_achat'] }} | Date : | {{ \Carbon\Carbon::parse($informations['date_demande_achat'])->format('d/m/Y') }} |
| Direction : | {{ $informations['direction'] ?? 'Direction des Approvisionnements' }} | ||
| Service : | {{ $informations['service'] ?? 'Service Achats' }} | ||
| Réquisition liée : | {{ $informations['requisition_numero'] ?? 'N/R' }} | ||
| # | Désignation de l'article | Quantité demandée | Unité |
|---|---|---|---|
| {{ $index + 1 }} | {{ $article->nom_article }} | {{ number_format($article->qte_demandee_requisition, 0, ',', ' ') }} | {{ $article->unite ?? 'pièce' }} |
| Aucun article enregistré | |||
{{ $informations['observation'] ?? '...........................' }}
| Chef Service Achats | Directeur Approvisionnements | DAF | DGA | DG |
|---|---|---|---|---|
|
{{ $signateurs[$key] ?? '_________________' }}
Signature
Cachet
|
@endforeach