|
@@ -1,21 +1,32 @@
|
|
|
{{-- resources/views/components/verbalizzanti/index.blade.php --}}
|
|
{{-- resources/views/components/verbalizzanti/index.blade.php --}}
|
|
|
|
|
+
|
|
|
<table width="100%">
|
|
<table width="100%">
|
|
|
<tr>
|
|
<tr>
|
|
|
<td width="33%" align="center">
|
|
<td width="33%" align="center">
|
|
|
- <b>IL RESPONSABILE DELL'UFFICIO</b>
|
|
|
|
|
- <br><br>
|
|
|
|
|
|
|
+ <div class="title">
|
|
|
|
|
+ <h2>IL RESPONSABILE DELL'UFFICIO</h2>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="name" style="font-weight: bold; font-size: 14px;">
|
|
|
FRANCESCO MAROZZA
|
|
FRANCESCO MAROZZA
|
|
|
- <br>
|
|
|
|
|
|
|
+ </div>
|
|
|
<small>COMMISSARIO COORDINATORE</small>
|
|
<small>COMMISSARIO COORDINATORE</small>
|
|
|
</td>
|
|
</td>
|
|
|
<td width="33%" align="center"></td>
|
|
<td width="33%" align="center"></td>
|
|
|
<td width="33%" align="center">
|
|
<td width="33%" align="center">
|
|
|
- <b>VERBALIZZANTI</b><br><br>
|
|
|
|
|
|
|
+ <div class="title" style="margin-top: 20px;">
|
|
|
|
|
+ <h2>I VERBALIZZANTI</h2>
|
|
|
|
|
+ </div>
|
|
|
@for ($i = 1; $i <= 5; $i++)
|
|
@for ($i = 1; $i <= 5; $i++)
|
|
|
@if ($record->{"accertatore_$i"} > 0)
|
|
@if ($record->{"accertatore_$i"} > 0)
|
|
|
- {{ $record->{"accertatore_{$i}_value"}->name }}
|
|
|
|
|
- <br><small>{{ $record->{"grado_accertatore_{$i}_value"}->name }}</small>
|
|
|
|
|
- <br>
|
|
|
|
|
|
|
+ <div class="officer" >
|
|
|
|
|
+ <div class="name" style="font-weight: bold; font-size: 14px;">
|
|
|
|
|
+ {{ isset($record->{"accertatore_{$i}_value"}->lastname) ? $record->{"accertatore_{$i}_value"}->lastname : '' }}
|
|
|
|
|
+ {{ isset($record->{"accertatore_{$i}_value"}->firstname) ? $record->{"accertatore_{$i}_value"}->firstname : '' }}
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mt-1 mb-1" style="font-size: 14px;">
|
|
|
|
|
+ {{ $record->{"grado_accertatore_{$i}_value"}->name }}
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
@endif
|
|
@endif
|
|
|
@endfor
|
|
@endfor
|
|
|
</td>
|
|
</td>
|