|
|
|
@ -36,7 +36,7 @@
|
|
|
|
|
<label for="fix_lot" class="col-form-label d-flex justify-content-center align-items-center">QR |
|
|
|
|
Code:</label> |
|
|
|
|
<div class="d-flex justify-content-center align-items-center mb-2"> |
|
|
|
|
{!! QrCode::size(150)->generate($peti->fix_lot . ';' . $peti->id_incre . ';' . $peti->warehouse->id_incre) !!} |
|
|
|
|
{!! QrCode::size(150)->generate($peti->fix_lot . ';' . $peti->id . ';' . $peti->warehouse->id) !!} |
|
|
|
|
</div> |
|
|
|
|
<div class="d-flex justify-content-center mt-2 mb-3"> |
|
|
|
|
<a href="{{ route('dashboard.peticetakpdf.cetakpdf', $peti->id) }}" class="btn btn-info" |
|
|
|
|