Feuerwehr-eppingen/storage/framework/views/91a2084f7193bcad36bf29e77b9da25ad1910515.php

21 lines
894 B
PHP

<?php $__currentLoopData = $sidebar; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $box): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="row p-0 mb-4">
<div class="col-lg-12">
<div class="row">
<h4 class="col-lg-12 p-1"><?php echo e($box['label']); ?></h4>
</div>
<div class="row">
<table class="table table-sm">
<?php $__currentLoopData = $box['links']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $link): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td>
<a href="<?php echo e($link['url']); ?>"><?php echo e($link['label']); ?></a>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</table>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>