mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
7 lines
140 B
PHP
7 lines
140 B
PHP
<div id="sortable">
|
|
@foreach($apps as $app)
|
|
@include('item')
|
|
@endforeach
|
|
@include('add')
|
|
</div>
|