OwlCyberSecurity - MANAGER
Edit File: 4a697e90656570373e08d36c9aa8f4a886443f56.php
<?php $__env->startSection('title'); ?> STAKEGAINS | Notifications <?php $__env->stopSection(); ?> <?php $__env->startSection('page'); ?> Manage Notifications <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="col" style="min-height: 323px;;"> <br> <table class="table"> <?php foreach($notes->all() as $note): ?> <tr id="note<?php echo e($note->id); ?>"> <td><img src="<?php echo e($path); ?>/notification/<?php echo e($note->note_image); ?>" class="img-responsive" style="max-height: 150px;"> </td> <td><a href="<?php echo e($note->id); ?>" class="notedelete"><button class="btn btn-sm btn-danger">DELETE</button></a> </td> </tr> <?php endforeach; ?> </table> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>