File: /home/armgroup/libs/storage/framework/views/9e8250176b767ccdffb2be083a3237fbb8447782.php
<?php $__env->startSection('content'); ?>
<main class="container-fluid my-5 body-content">
<h3 class="text-secondary text-center"><?php echo e(settings('tags-title')); ?></h3>
<p class="text-center text-justify"><?php echo e(settings('tags-description')); ?></p>
<hr>
<div class="row">
<div class="col-lg-6 offset-lg-3 col-12">
<div class="list-group">
<?php $__currentLoopData = $tags; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $tag): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="<?php echo e(route('tags.show', $tag->slug)); ?>" class="list-group-item list-group-item-action">
<?php echo e($tag->name); ?>
</a>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
<div class="mt-3">
<?php echo e($tags->links()); ?>
</div>
</main>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/armgroup/libs/resources/views/frontend/tags/index.blade.php ENDPATH**/ ?>