@if (! empty($pdf_titre))

{{ $pdf_titre }}

@endif

{{ $pdf_reference_ao }}

@foreach ($headers as $index => $header) @endforeach @foreach ($rows as $row) @foreach ($row as $index => $cell) @endforeach @endforeach @if ($totals_row !== null) @foreach ($totals_row as $index => $cell) @endforeach @endif
in_array($index, [1, 2, 3], true)])>{{ $header }}
in_array($index, [1, 2, 3], true)])>{{ $cell }}
in_array($index, [1, 2, 3], true)])>{{ $cell }}
@foreach ($lots_detail ?? [] as $lotDetail)

{{ $lotDetail['libelle'] }}

{{ $lotDetail['statut_label'] }} @if (! empty($lotDetail['entreprise_retenue_nom'])) — Attribué à {{ $lotDetail['entreprise_retenue_nom'] }} @endif

@if (count($lotDetail['rows'] ?? []) === 0)

Aucune offre

@else @foreach ($lotDetail['headers'] as $index => $header) @endforeach @foreach ($lotDetail['rows'] as $rowIndex => $row) @foreach ($row as $index => $cell) @endforeach @endforeach
in_array($index, [2, 3, 4, 5, 8, 9], true)])>{{ $header }}
in_array($index, [2, 3, 4, 5, 8, 9], true), 'cell-comment' => $index === 10, ])>{{ $cell }}
@endif
@endforeach