45 lines
2.5 KiB
PHP
45 lines
2.5 KiB
PHP
<?php $__env->startSection('content'); ?>
|
|
<?php echo $__env->make('client.rohini.pages.partials.breadcrumb', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
<?php
|
|
$institutions = getInstitutions(limit: null, order: 'asc');
|
|
?>
|
|
<section class="case-studies-two">
|
|
<div class="container">
|
|
|
|
<div class="row filter-layout">
|
|
<!--Project Two Single Start-->
|
|
<?php $__currentLoopData = $institutions; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $institution): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
|
<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 filter-item plan busi">
|
|
<div class="project-two__single">
|
|
<div class="project-two__img-box">
|
|
<div class="project-two__img">
|
|
<img src="<?php echo e($institution->image); ?>" alt="">
|
|
</div>
|
|
<div class="project-two__content">
|
|
|
|
<h3 class="project-two__title"><a href=<?php echo e($institution->link); ?>><?php echo e($institution->title); ?></a></h3>
|
|
<div class="project-two__arrow">
|
|
<a href=<?php echo e($institution->link); ?> target="blank"><span
|
|
class="icon-next"></span></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
|
<!--Project Two Single End-->
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
<!--case studies Two End-->
|
|
|
|
<?php echo $__env->make('client.rohini.pages.partials.newsletter', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
|
|
<!--Appointment One Start-->
|
|
|
|
|
|
|
|
<?php $__env->stopSection(); ?>
|
|
|
|
<?php echo $__env->make('client.rohini.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\resources\views/client/rohini/pages/institute-template.blade.php ENDPATH**/ ?>
|