adds signature check
This commit is contained in:
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user