master
cody 8 months ago
parent fda36cf5a4
commit 0d17eff614

@ -88,7 +88,7 @@
<td>
{{ $row->serial }}
</td>
<td>{{isset($row->orderAgreementByLast)?"/storage/" .$row->orderAgreementByLast->file->name:""}}</td>
<td>{{isset($row->orderAgreementByLast)?"<img src='/storage/" .$row->orderAgreementByLast->file->name."' width='100' height='100'>":""}}</td>
<td>{{ $row->project->name }}</td>
<td>{{ $row->bed->building->name }}</td>

Loading…
Cancel
Save