|
|
@@ -7,24 +7,20 @@
|
|
|
@if (!$add && !$update)
|
|
|
@include('components.report.list.verbali')
|
|
|
@else
|
|
|
- <div class="card card-primary">
|
|
|
<form>
|
|
|
@include('components.report.modifica.header')
|
|
|
-
|
|
|
- @include('components.report.modifica.menu')
|
|
|
- <div class="tab-content" id="custom-tabs-three-tabContent">
|
|
|
- @include('components.report.protocollo.protocollo')
|
|
|
- @include('components.report.parti.parti-accertatori')
|
|
|
- @include('components.report.segnalazione.segnalazione-page')
|
|
|
- @include('components.report.campo-sinistro.campo-sinistro')
|
|
|
- @include('components.report.segnaletica.segnaletica')
|
|
|
- @include('components.report.testimoni.testimone')
|
|
|
- @include('components.report.allegati.allegato')
|
|
|
- </div>
|
|
|
+ @include('components.report.modifica.menu')
|
|
|
+ <div class="tab-content" id="custom-tabs-three-tabContent">
|
|
|
+ @include('components.report.protocollo.protocollo')
|
|
|
+ @include('components.report.parti.parti-accertatori')
|
|
|
+ @include('components.report.segnalazione.segnalazione-page')
|
|
|
+ @include('components.report.campo-sinistro.campo-sinistro')
|
|
|
+ @include('components.report.segnaletica.segnaletica')
|
|
|
+ @include('components.report.testimoni.testimone')
|
|
|
+ @include('components.report.allegati.allegato')
|
|
|
+ </div>
|
|
|
@include('components.report.modifica.footer')
|
|
|
</form>
|
|
|
- </div>
|
|
|
-
|
|
|
|
|
|
@include('components.report.anagrafica.anagrafica-modal')
|
|
|
|