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