@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Modifica dati anagrafici

@include('layouts.navbar')
@include('layouts.breadcrumb') @stop @section('content')
@csrf @method('PUT') @if(Auth::user()->role_id==1) @endif @if($commessa->pathcdo=='') @else @endif
Numero
Multipla Numero Offerta
Comune installazione Numero CDO
Firma CDO PDF CDO / Ordine Scarica PDF
Stampa PDF
@stop @section('css') @stop