Move a Blade view to another directory.

This commit is contained in:
Pavel Mironchik 2021-06-25 08:22:23 +06:00
parent 8636337e90
commit fab4b84102
2 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
<tbody>
@foreach($documents as $item)
@include('partials.documents.table.row')
@include('partials.documents.index.card-table-row')
@endforeach
</tbody>
</table>