{{-- HEADER --}}
Fiche de mesure
Retour
{{-- BODY --}}
{{-- INFOS CLIENT --}}
Informations client
Nom :
{{ $mesurecommande->fullname }}
Contact :
{{ $mesurecommande->contact ?? '-' }}
Date :
{{ $mesurecommande->created_at->format('d/m/Y') }}
Observation :
{{ $mesurecommande->observation ?? '-' }}
{{-- MESURES --}}
Mesures
@foreach($mesurecommande->values as $value)
{{ $value->label->label ?? '---' }} {{ $value->value }} cm
@endforeach
{{-- FOOTER --}}