Fixes for upgrade

This commit is contained in:
Aldarien
2023-02-10 15:14:14 +00:00
parent de6100a546
commit 87643a5b99
4 changed files with 19 additions and 12 deletions

View File

@ -66,9 +66,11 @@
</tr>
</thead>
<tbody>
@if (isset($results) and is_array($results) and count($results) > 0)
@foreach ($results as $resultado)
@include('buscar.resultado')
@include('buscar.resultado', ['resultado' => $resultado])
@endforeach
@endif
</tbody>
</table>
</div>