OwlCyberSecurity - MANAGER
Edit File: c5f9634499cd9a5c8f86e7d13f30e8a791b9e76b.php
<div class="row"> <div class="col-md-5"> <img src="<?php echo e($path); ?>blog/<?php echo e($blog->display_image); ?>" class="img-responsive"><br> <table class="table"> <tr> <th>DATE POSTED:</th> <td><?php echo e($blog->post_date); ?></td> </tr> <tr> <th>TIME POSTED:</th> <td><?php echo e($blog->post_time); ?></td> </tr> <tr> <th>CATEGORY:</th> <td><?php echo e($blog->category); ?></td> </tr> <tr> <th>STATUS:</th> <td><?php echo e($blog->status); ?>ed</td> </tr> </table> </div> <div class="col md-7" style="padding: 0px 10px;"> <h4>Title: <?php echo e($blog->title); ?></h4> <hr> <?php echo $blog->content; ?> </div> </div>