@extends('layout') @section('content') {{-- --}}

Edit Modello Consegnato

@csrf
@if(isset($delivered->clientexternal) && $delivered->clientexternal == 1) @php $checked = 'checked'; @endphp @else @php $checked = ''; @endphp @endif
{{--
--}} {{----}} {{--
--}} {{----}} {{----}} {{----}} {{----}} {{--
--}} {{--
--}} {{--CCO--}}

CCO Aggiungi CCO

@if(is_array($ccoDelivered)) @foreach($ccoDelivered as $ccoModel) @php $doclink = isset($ccoModel['doclink']) ? $ccoModel['doclink'] : ''; @endphp @endforeach @endif
Nome CCO Order Documento
delete
@if($type!='barcode')
@if(is_array($familiesDelivered)) @php $i=0 @endphp @foreach($familiesDelivered as $familyDelivered) {{----}} @php $i++; @endphp @endforeach @else {{----}} @endif
Sottofamiglia order Action
Aggiungi articolo delete
@if(is_array($familyDelivered['articles'])) @foreach($familyDelivered['articles'] as $art) @php $subfamilyDescr = $art['subfamily'] ?? ''; $codeArticle = $art['code'] ?? ''; $umArticle = $art['um'] ?? ''; $um1Article = $art['um1'] ?? ''; $um2Article = $art['um2'] ?? ''; $ivaArticle = $art['iva'] ?? ''; $prezziArticle = $art['prezzi'] ?? ''; $cumArticle = $art['cum'] ?? ''; $idArticle = $art['id'] ?? ''; $idArticleMongo = $art['id_mongo'] ?? ''; $idArticleLasersoft = $art['id_lasersoft'] ?? ''; // $fornitoreArticle = $art['fornitore'] ?? ''; $nameArticle = $art['name'] ?? ''; @endphp @endforeach @endif
Articolo UM2 Codice Sottofamiglia Order
{{----}} delete
Aggiungi articolo
Aggiungi articolo--}} {{--delete--}} {{--
Articolo UM Codice Sottofamiglia Order
Aggiungi articolo
@endif
@endsection