| Server IP : 68.178.172.28 / Your IP : 216.73.216.26 Web Server : Apache System : Linux 28.172.178.68.host.secureserver.net 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64 User : kiskarnal ( 1003) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/kiskarnal/public_html/storage/framework/views/ |
Upload File : |
<!-- ======= Header include ========= -->
<?php echo $__env->make('front.includes.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<!-- ======= Header include ========= -->
<body class="home page-template-default page page-id-2039 gdlr-core-body woocommerce-no-js tribe-no-js kingster-body kingster-body-front kingster-full kingster-with-sticky-navigation kingster-blockquote-style-1 gdlr-core-link-to-lightbox">
<div class="kingster-body-outer-wrapper ">
<div class="kingster-body-wrapper clearfix kingster-with-frame">
<div class="kingster-page-title-wrap kingster-style-medium kingster-center-align">
<div class="kingster-header-transparent-substitute"></div>
<div class="kingster-page-title-overlay"></div>
<div class="kingster-page-title-container kingster-container">
<div class="kingster-page-title-content kingster-item-pdlr">
<h1 class="kingster-page-title">Notice Board</h1>
</div>
</div>
</div>
<div class="kingster-page-wrapper" id="kingster-page-wrapper">
<div class="gdlr-core-page-builder-body">
<div class="gdlr-core-pbf-wrapper " style="padding: 50px 0px 30px 0px;">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12 col-md-12 col-xs-12 col-sm-12">
<div class="notice-board">
<p>Important Notice</p>
<h4>Notice Board</h4>
</div>
<div class="notice-board-list">
<?php $__currentLoopData = $notice_board; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $notice): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="list-item notice">
<table class="notice-table">
<tbody>
<tr>
<td style="border:1px solid white !important;width:6%;"><span class="blink"><sup><b>*NEW*</b></sup></span></td>
<td style="border:1px solid white !important;width:99% !important;">
<p>
<a href="<?php echo e(asset('images/'.$notice->image)); ?>" target="blank"><span style="color:#0000ff"><?php echo e($notice->notice_name); ?></span></a>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ======= Footer include ========= -->
<?php echo $__env->make('front.includes.footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<!-- ======= Footer include ========= -->
</div>
</div>
</body>
</html><?php /**PATH /home/kiskarnal/public_html/resources/views/front/notice-board.blade.php ENDPATH**/ ?>