master
cody 8 months ago
parent 0d17eff614
commit f6ac9377c0

@ -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)?"<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