@extends('layouts.app') @section('content')
@if (session('status'))
@endif
Affecter les Actions

Assemblage: {{ $fileNom }}

Reférence: {{ $fileRef }}

Client: {{ $fileChapeau }}

@php if($resetOrder){ $VOrderBy = 'id'; } else{ $VOrderBy = 'Description_element'; } if($resetBOrder){ $BOrderBy = 'id'; } else{ $BOrderBy = 'Type_element'; } @endphp @csrf @php $countNoms = count($nomenclatures); $i = 0; @endphp @foreach($nomenclatures as $nomenclature) @if (isset($nomenclature->elements->types_elements->id)) @if ( $nomenclature->elements->types_elements->id === 3) @elseif ( $nomenclature->elements->types_elements->id === 2) @else @endif
@if (isset($nomenclature->elements->types_elements)) @else @endif @if ($nomenclature->elements->types_elements->id != 1) @if (isset($nomenclature->elements->quincailleries->Code_quincaillerie)) @elseif (isset($nomenclature->elements->materiaus->Code)) @else @endif @else @endif @if (isset($nomenclature->elements->indice)) @else @endif @else
@if (isset($nomenclature->elements->types_elements)) @else @endif @if (isset($nomenclature->elements->indice)) @else @endif @endif @endforeach
Numéro Description Quantité Type Element Code matériau/quincaillerie Indice Cocher
elements->types_elements->id }}"> {{ $nomenclature->elements->Code_element }} elements->types_elements->id }}"> {{ $nomenclature->elements->Description_element }} elements->types_elements->id }}"> {{ $nomenclature->Quantite }} elements->types_elements->id }}"> {{ $nomenclature->elements->types_elements->Description }} elements->types_elements->id }}">{{$nomenclature->elements->quincailleries->Code_quincaillerie}}elements->types_elements->id }}"> {{$nomenclature->elements->materiaus->Code}} elements->types_elements->id }}">N/Aelements->types_elements->id }}">-elements->types_elements->id }}">{{ $nomenclature->elements->indice }}elements->types_elements->id }}">N/A
{{ $nomenclature->elements->Code_element }} {{ $nomenclature->elements->Description_element }} {{ $nomenclature->Quantite }} elements->types_elements->id }}"> {{ $nomenclature->elements->types_elements->Description }} N/AN/A{{ $nomenclature->elements->indice }}N/A
@endsection