{{ $societe }}

{{ \App\Models\Setting::get('adresse') }}

Tél : {{ \App\Models\Setting::get('tel') }}  |  MF : {{ \App\Models\Setting::get('matricule_fiscale') }}

{{ $transfert->numero }}
BON DE SORTIE DE STOCK
@php $bc = ['brouillon'=>'badge-brouillon','valide'=>'badge-valide','annule'=>'badge-annule']; @endphp {{ ucfirst($transfert->statut) }}
Sortie de
{{ $transfert->source?->label }}
@if($transfert->source?->parent)
{{ $transfert->source->parent->label }}
@endif
Vers
{{ $transfert->destination?->label }}
@if($transfert->destination?->parent)
{{ $transfert->destination->parent->label }}
@endif
{{ $transfert->date->format('d/m/Y') }}
{{ $transfert->lignes->count() }}
@if($transfert->notes)
{{ $transfert->notes }}
@endif
@foreach($transfert->lignes as $i => $l) @endforeach
# Code article Désignation Quantité sortie Unité
{{ $i + 1 }} {{ $l->produit?->code_article ?? '—' }} {{ $l->produit?->nom ?? '—' }} {{ number_format($l->qte, 3, ',', ' ') }} {{ $l->produit?->unite?->code ?? '—' }}
Préparé par (signature)
Responsable emplacement source (signature)
Transporteur (signature)