/home/mip/mip/storage/framework/views/33c4f67c8316e99c262245d8c3b7a30e.php
<div class="side-container">
    <div class="side-title text-center">
        <h3 class="padding headings"> Latest Jobs</h3>
    </div>

    <div class="jobs-list">
        <ol>
            <?php $__currentLoopData = $latestJobs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $latestJobs_key => $job): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <?php if($latestJobs_key < 5): ?> 
               <li><a href="<?php echo e(route('website/pages', [$job->slug])); ?>"><?php echo e($job->position); ?></a></li>
            <?php endif; ?>
            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
        </ol>
        <?php $__empty_1 = true; $__currentLoopData = $latestJobs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $job): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
        <li>No Job(s) Available></li>
        <?php else: ?>
            <div style="text-align:center">
                <a href="job-list" class="btn btn-warning btn-sm">View All</a>
            </div>
        <?php endif; ?>
    </div>
</div>
            
<div class="side-container">
    <div class="side-title text-center">
        <h3 class="padding headings"> Latest Announcements</h3>
    </div>
    <div class="jobs-list">
        <ol>
            <?php $__currentLoopData = $latestPosts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $latestPosts_key => $news): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
	           <?php if($latestPosts_key < 5): ?>
				  <li><a href="<?php echo e(route('website/pages', [$news->slug])); ?>"><?php echo e($news->title); ?></a></li>
               <?php endif; ?>
	        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
	        
	        <?php $__empty_1 = true; $__currentLoopData = $latestPosts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $news): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
       	        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> 
       	            <li>No Announcement(s) Available</li>
				<?php else: ?> 
                    <div style="text-align:center">
                        <a href="news-list" class="btn btn-warning btn-sm">View All</a>
                    </div>
            <?php endif; ?>
        </ol>
    </div>
</div>
				<?php /**PATH /home/mip/mip/resources/views/website/includes/sidebar.blade.php ENDPATH**/ ?>