@foreach ($fabrications as $fabrication) {{ $fabrication->id }} {{ $fabrication->devis_id }} {{ $fabrication->client_id }} {{ $fabrication->client?->nom ?? '-' }} {{ $fabrication->client?->prenom ?? '' }} {{ $fabrication->client?->adresse ?? '-' }} {{ $fabrication->client?->adresse_2 ?? '' }}
{{ $fabrication->client?->code_postal ?? '-' }} {{ $fabrication->client?->ville ?? '' }} @endforeach