Anons79 Mini Shell

Directory : /home/proudlyafrican/www/storage/framework/views/
Upload File :
Current File : /home/proudlyafrican/www/storage/framework/views/8d757bbd71cf0d3f49ccf10503e1cd7303d66c8b.php

<?php $__env->startSection('middle'); ?>
<section class="content">
    <?php if(Session::has('msg')): ?>
    <div class="alert alert-success" id="success-alert">
        <button type="button" class="close" data-dismiss="alert">x</button>
        <p  align="center" style="font-weight: bold; font-size: 13px; color: white"> Success: <?php echo e(Session::get('msg')); ?> </p>
    </div>
    <br>
    <?php endif; ?>

    <?php if(Session::has('msg2')): ?>

    <div class="alert alert-danger" id="success-alert">
        <button type="button" class="close" data-dismiss="alert">x</button>
        <p  align="center" style="font-weight: bold; font-size: 13px; color: white"> Success: <?php echo e(Session::get('msg2')); ?> </p>
    </div>
    <br>
    <?php endif; ?>


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

            <div class="box">
                <div class="box-header">
                    <h3 class="box-title">Socials List</h3>
                </div>
                <!-- /.box-header -->
                <div class="box-body">

                    <table class="table table-striped table-hover">
                        <thead>
                        <tr>
                            <th>Facebook</th>
                            <th>Twitter</th>
                            <th>Youtube</th>
                            <th>Instagram</th>
                            <th>TikTok</th>

                            <th>Action</th>
                        </tr>
                        </thead>
                        <tbody>
                        <?php $__currentLoopData = $socials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $social): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <tr>
                            <td>
                                <?php echo e($social->facebook); ?><br>
                                <?php if($social->facebook_status=='E'): ?>
                                <span style="color: #008000; font-weight: bold">(Enable)</span>
                                <?php else: ?>
                                <span style="color: red; font-weight: bold">(Disable)</span>
                                <?php endif; ?>
                            </td>
                            <td>
                                <?php echo e($social->twitter); ?><br>
                                <?php if($social->twitter_status=='E'): ?>
                                <span style="color: #008000; font-weight: bold">(Enable)</span>
                                <?php else: ?>
                                <span style="color: red; font-weight: bold">(Disable)</span>
                                <?php endif; ?>
                            </td>
                            <td>
                                <?php echo e($social->youtube); ?><br>
                                <?php if($social->youtube_status=='E'): ?>
                                <span style="color: #008000; font-weight: bold">(Enable)</span>
                                <?php else: ?>
                                <span style="color: red; font-weight: bold">(Disable)</span>
                                <?php endif; ?>

                            </td>
                            <td>
                                <?php echo e($social->instagram); ?><br>
                                <?php if($social->instagram_status=='E'): ?>
                                <span style="color: #008000; font-weight: bold">(Enable)</span>
                                <?php else: ?>
                                <span style="color: red; font-weight: bold">(Disable)</span>
                                <?php endif; ?>
                            </td>
                            <td>
                                <?php echo e($social->tiktok); ?><br>
                                <?php if($social->tiktok_status=='E'): ?>
                                <span style="color: #008000; font-weight: bold">(Enable)</span>
                                <?php else: ?>
                                <span style="color: red; font-weight: bold">(Disable)</span>
                                <?php endif; ?>
                            </td>
                            <td>

                                <a href="<?php echo e(url('edit_social')); ?>/<?php echo e($social->id); ?>" class="btn btn-primary"><i class="glyphicon glyphicon-pencil"></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]