| Référence | Date | Personnel | Commande | Statut | Nombre | Prix | Montant | Note | |
|---|---|---|---|---|---|---|---|---|---|
|
@if(!empty($row['personals']))
@foreach($row['personals'] as $p)
@endif
{{ $p['fullname'] }} ({{ $p['contact'] }})
@endforeach
|
@if(!empty($row['orders']))
@foreach($row['orders'] as $o)
@endif
{{ $o['reference'] }}
@endforeach
|