Skip to content

Commit

Permalink
SDK-2432 dbs-check profile error was solved
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Feb 19, 2024
1 parent 3646591 commit e9065ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/profile/resources/views/partial/report.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
</tr>
</thead>
<tbody>
@if (isset($value) && is_array($value))
@foreach ($value as $name => $result)
@if (is_array($result))
@foreach ($result as $data => $view)
Expand All @@ -33,7 +34,7 @@
</tr>
@endif
@endforeach

@endif
</tbody>
</table>
@endforeach

0 comments on commit e9065ea

Please sign in to comment.