HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33
System: Linux li317-225.members.linode.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64
User: apache (48)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //var/www/hobbyistgarage/storage/framework/views/662f628a70bf79574188ee01932e06d10f0d2c34.php
<?php $__env->startSection('mainheader'); ?>

	<div class="archive-header text-center mb-50">
        <div class="container">
            <h2>
                <span class="text-success">Media Manager</span>
            </h2>
            <div class="breadcrumb">
                <span class="no-arrow">You are here:</span>
                <a href="<?php echo e(url('/dashboard')); ?>" rel="nofollow">Dashboard</a>
                <span></span>
                Media Manager
            </div>
        </div>
    </div>                       
<?php $__env->stopSection(); ?>            

<?php $__env->startSection('content'); ?>

 	<?php $__currentLoopData = $data; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $img): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
        <img src="<?php echo e(url('media/'.$img)); ?>">
    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            
            <?php echo e($data->links()); ?>

            
<?php $__env->stopSection(); ?>

<?php echo $__env->make('znews.layout.blog', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/hobbyistgarage/resources/views/admin/media/index.blade.php ENDPATH**/ ?>