Update print.blade.php

This commit is contained in:
Joly0 2021-06-11 11:05:39 +02:00
parent 8cd78b2790
commit 72f27ccc5b

View file

@ -87,7 +87,7 @@
{{ $asset->last_checkout }}</td> {{ $asset->last_checkout }}</td>
<td> <td>
@if ($asset->assetlog->first()) @if ($asset->assetlog->first())
<img height="20%" src="{{ asset('/') }}display-sig/{{ $asset->assetlog->first()->accept_signature }}"> <div><img height="20%" src="{{ asset('/') }}display-sig/{{ $asset->assetlog->first()->accept_signature }}"></div>
@endif @endif
</td> </td>
</tr> </tr>
@ -106,7 +106,7 @@
<td>{{ $asset->serial }}</td> <td>{{ $asset->serial }}</td>
<td> <td>
{{ $asset->last_checkout }}</td> {{ $asset->last_checkout }}</td>
<td><img height="20%" src="{{ asset('/') }}display-sig/{{ $asset->assetlog->first()->accept_signature }}"></img></td> <td><div><img height="20%" src="{{ asset('/') }}display-sig/{{ $asset->assetlog->first()->accept_signature }}"></img></div></td>
</tr> </tr>
@php @php
$assignedCounter++ $assignedCounter++