Anons79 Mini Shell

Directory : /home/proudlyafrican/www/storage/framework/views/
Upload File :
Current File : /home/proudlyafrican/www/storage/framework/views/4ca0b6d84ff9e26e644298e52a4fcba92585852d.php

<?php $__env->startSection('middle'); ?>
<section class="content">

    <?php if(count($about_us)>0): ?>
    <?php else: ?>
    <a href="<?php echo e(url('add_admin_about_us')); ?>"><button class="btn btn-primary" style="float: right"><i class="glyphicon glyphicon-plus"></i>Add About Us</button></a>

    <?php endif; ?>


    <div class="row">
        <div class="col-xs-12">

            <div class="box">
                <div class="box-header">
                    <h3 class="box-title">About Us</h3>
                </div>
                <!-- /.box-header -->
                <div class="box-body">
                    <table id="example1" class="table table-bordered table-striped">
                        <thead>
                        <tr>

                            <th>Description</th>
                            <th>Action</th>
                        </tr>
                        </thead>
                        <tbody>
                        <?php $__currentLoopData = $about_us; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $about): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <tr>

                            <td><?php echo $about->description ?></td>
                            <td style="width: 20%">
                                <a style="margin: 5px;" href="<?php echo e(url('edit_about_us')); ?>/<?php echo e($about->about_us_id); ?>" class="btn btn-primary"><i class="glyphicon glyphicon-pencil"></i></a>
                                <a data-toggle="modal" data-target="#confirm-delete" data-href="<?php echo e(url('delete_about_us')); ?>/<?php echo e($about->about_us_id); ?>" class="btn btn-danger"><i class="glyphicon glyphicon-trash"></i></a>
                            </td>
                        </tr>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        </tbody>

                    </table>
                </div>
                <!-- /.box-body -->
            </div>
            <!-- /.box -->
        </div>
        <!-- /.col -->
    </div>
    <!-- /.row -->
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.head', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]