arcadiasuite/plus/resources/views/modals/_info_vencimento.blade.php

27 lines
1.2 KiB
PHP

<div class="modal fade" id="info_vencimento" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="staticBackdropLabel">Informação de Lote e Vencimento</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="table-responsive">
<table class="table table-striped table-centered mb-0 table-infoValidade">
<thead class="table-dark">
<tr>
<th>Lote</th>
<th>Vencimento</th>
<th>Quantidade de compra</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>