Skip to content

Commit

Permalink
Merge pull request #349 from getyoti/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
mehmet-yoti authored Feb 19, 2024
2 parents 3646591 + b9f98fe commit 8e5ca47
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 8e5ca47

Please sign in to comment.