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

Crea una nuova commessa

@stop @section('content') @if (isset($error))
{!! $error !!}
@endif
@csrf
Inserisci numero CDO
@stop @section('css') @stop