{{-- HEADER --}}
FICHE DE MESURE
{{ $mesurecommande->created_at->format('d/m/Y') }}
{{-- INFOS --}}
Nom : {{ $mesurecommande->fullname }}
Contact : {{ $mesurecommande->contact ?? '-' }}
{{-- mesures --}}
@foreach($mesurecommande->values as $index => $value) @if($index % 2 == 0 && $index != 0)
@endif
{{ $value->label->label ?? '-' }}
{{ $value->value }} cm
@endforeach