Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
274 B
PHP
Raw Permalink Normal View History

<div class="container-fluid" style="padding-left: 0; padding-right: 0;">
@foreach($actions as $row)
<div>
@foreach($row as $action)
@include('device.action-icon', $action)
@endforeach
</div>
@endforeach
</div>