OwlCyberSecurity - MANAGER
Edit File: 81eece7930237839acbd20a237061569f8294b53.php
<?php $__env->startSection('title'); ?> STAKEGAINS | Admin Home <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="col" style="min-height: 323px;;"> <br><br> <?php $date = new dateTime(); $d = $date->format('D j M, Y'); ?> <center><h2><?php echo e($d); ?></h2> <h1>Welcome, Admin</h1> <br><br> <button data-target="#stat" data-toggle="modal" class="btn btn-lg btn-danger">VIEW STAT</button><br> </center> <?php if(isset($success)): ?> <script>alert('<?php echo e($success); ?>');</script> <?php endif; ?> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>