6 lines
140 B

<div id="sortable">
@foreach($apps as $app)
@include('item')
@endforeach
@include('add')
</div>