adds signature check

This commit is contained in:
Godfrey M 2024-03-26 09:18:34 -07:00
parent 3173ead2e7
commit 3222d4c8df

View file

@ -275,9 +275,9 @@
<td>{{ ($accessory->manufacturer) ? $accessory->manufacturer->name : '' }} {{ $accessory->name }} {{ $accessory->model_number }}</td>
<td>{{ $accessory->category->name }}</td>
<td>{{ $accessory->pivot->created_at }}</td>
@if (($accessory->assetlog->first()) && ($accessory->assetlog->first()->accept_signature!=''))
<td><img style="width:auto;height:100px;" src="{{ asset('/') }}display-sig/{{ $accessory->assetlog->first()->accept_signature }}"></td>
@endif
</tr>
@php
$acounter++