Viewing file: d79e838c1930e48fa1712434a53f7504960540ba.php (3.1 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(get_school_name()); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('css'); ?> <style> .teachers_name { background: #0019a6c2; }
.no-data-heading { margin-top: 10px; } ul.teachers_list li { width: 320px; padding: 20px 3.3% 0 0; float: left; } .bongo-bondhu-korner-sec { margin-top: 10px; background: #d1820a7d; padding: 20px; border-radius: 10px; } .bongo-bondhu-korner-list { background: #a3a3a3; text-align: center; border-radius: 10px; border: 2px solid #f8f8f8; height: 475px; } img.bongo-bondhu-korner-img { margin: 20px; width: 85%; } .bongo-bondhu-title-sec{ font-size: 20px; } .bongo-bondhu-created-at { margin: 10px 0px; font-size: 13px; } @media screen and (max-width: 1210px){ ul.teachers_list li { width: 260px; padding: 20px 2.3% 0 5px; } .bongo-bondhu-korner-list { height: 415px; } } </style>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?> <?php
$bannerSliderSection = json_decode(get_settings('banner_slider_section')); $head_teacher_message_section = json_decode(get_settings('head_teacher_message_sec')); $about_school_sec = json_decode(get_settings('about_school_sec'));
?>
<div class="leftCon"> <h2>বঙ্গবন্ধু কর্নার</h2> <ul class="teachers_list">
<?php $__currentLoopData = $bongo_bondhu_korners; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $bongo_bondhu_corner): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li> <div class="bongo-bondhu-korner-list"> <?php if(isset($bongo_bondhu_corner) && isset($bongo_bondhu_corner->image)): ?> <a href="<?php echo e(route('bongo.bondhu.korner.info',[$bongo_bondhu_corner->id])); ?>"> <img class="bongo-bondhu-korner-img" src="<?php echo e(asset('assets/uploads/bongo_bondhu_korner/'.$bongo_bondhu_corner->image)); ?>" alt="" /> </a> <?php endif; ?> <div style="height:39px" class="bongo-bondhu-title-sec"> <a href="<?php echo e(route('bongo.bondhu.korner.info',[$bongo_bondhu_corner->id])); ?>"> <h3>Title : <span class="bongo-bondhu-title"><?php echo e($bongo_bondhu_corner->title); ?></span></h3></a>
<div class="bongo-bondhu-created-at">Created At: <span><?php echo e(isset($bongo_bondhu_corner) && isset($bongo_bondhu_corner->created_at)?$bongo_bondhu_corner->created_at:''); ?></span></div> </div> </div>
</li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('js'); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.index', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/school.picotech.app/public_html/resources/views/frontend/bongo_bondhu_corner.blade.php ENDPATH**/ ?>
|