@@ -142,6 +142,7 @@
<th>Дата производства</th>
<th>Срок эксплуатации</th>
<th>Склад</th>
+ <th>Паспорт</th>
</tr>
</thead>
<tbody>
@@ -183,6 +184,13 @@
@endif
</td>
+ <td class="text-center">
+ @if($p->passport)
+ <i class="bi bi-check text-success fw-bold"></i>
+ @else
+ <i class="bi bi-x text-danger fw-bold"></i>
+ @endif
+ </td>
@endforeach
</tbody>