Breadcrumb->render([ [ 'title' => 'Home', 'icon' => 'fa fa-home', 'url' => '/', ], [ 'title' => __('Documenti'), 'icon' => 'fa fa-book', ], [ 'title' => __('Lista Pratiche di attingimento'), 'icon' => 'fa fa-list', 'url' => ['controller' => 'WaterDrawingPaperworks', 'action' => 'index'], ], [ 'title' => __('Nuova Pratica di attingimento Scansionata'), 'icon' => 'fa fa-plus', ], ]); ?>

Form->create($waterDrawingPaperwork, ['role' => 'form', 'type' => 'file']); ?>
Form->control('water_drawing_paperwork_status_id', ['type' => 'hidden', 'value' => 1]); echo $this->element('attachments', [ 'filepicker' => true, 'viewer' => false, 'currentFilesRemovable' => false, 'tags' => $tags, 'required' => false, 'accept_only' => ['.pdf'] ]); echo $this->Form->control('authority_identification_code_civil_engineering_office', ['label' => __('Codice identificativo Concessione Ufficio Genio civile (es. AA0000)'), 'type' => 'text', 'required' => true]); ?>
Form->end(); ?>