master
cody 8 months ago
parent f6ac9377c0
commit d2f38f8f38

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

Loading…
Cancel
Save