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' => __('Assegna Pratica di attingimento'), 'icon' => 'fa fa-user', ], ]); ?>

Form->create($waterDrawingPaperwork, ['role' => 'form', 'type' => 'file']); ?>
Form->control(($organisation_type_id == 6 ? 'drar_user_id' : 'gc_user_id'), ['id' => 'select2user-id', 'label' => __('Ricerca utente'), 'type' => 'select', 'options' => $users, 'empty' => true, 'required' => true]); ?>
Form->end(); ?>