Files
rohini-web/storage2/framework/views/b88edfcc3686ef639c56e5796f251167.php
2025-12-28 12:16:05 +05:45

80 lines
4.8 KiB
PHP

<?php
$teams = getTeams(limit: null, order: 'asc');
?>
<?php $__env->startSection('content'); ?>
<?php echo $__env->make('client.rohini.pages.partials.breadcrumb', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<!--Team Page Start-->
<section class="team-page">
<div class="team-page__bg" style="background-image: url('assets/images/shapes/team-page-shape-1.png');"></div>
<div class="container">
<div class="section-title-two text-center">
<div class="section-title-two__tagline-box">
<p style="font-size:17px" class="section-title-two__tagline"><?php echo e($page->short_description); ?></p>
<div class="section-title-two__shape">
<img src="assets/images/shapes/section-title-two-shape.png" alt="">
</div>
</div>
<h2 class="section-title-two__title"><?php echo $page->description; ?></h2>
</div>
<div class="row">
<!--Team Two Single Start-->
<?php $__currentLoopData = $teams; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $team): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="team-two__single">
<div class="team-two__img-box">
<div class="team-two__img">
<img src="<?php echo e($team->image); ?>" alt="">
</div>
<?php if($team->facebook || $team->twitter || $team->linkedin): ?>
<div class="team-two__social">
<ul class="clearfix list-unstyled">
<?php if($team->linkedin): ?>
<li>
<a href="<?php echo e($team->linkedin); ?>" target="_blank">
<i class="icon-linked-in-logo-of-two-letters"></i>
</a>
</li>
<?php endif; ?>
<?php if($team->twitter): ?>
<li>
<a href="<?php echo e($team->twitter); ?>" target="_blank">
<i class="icon-twitter"></i>
</a>
</li>
<?php endif; ?>
<?php if($team->facebook): ?>
<li>
<a href="<?php echo e($team->facebook); ?>" target="_blank">
<i class="icon-facebook-app-symbol"></i>
</a>
</li>
<?php endif; ?>
</ul>
<span class="icon-share"></span>
</div>
<?php endif; ?>
</div>
<div class="team-two__content">
<h3 class="team-two__name"><a href="javascript:void(0);"><?php echo e($team->title); ?></a></h3>
<p class="team-two__sub-title"><?php echo e($team->designation); ?></p>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<!--Team Two Single End-->
</div>
</div>
</section>
<!--Team Page End-->
<!--Join Team One Start-->
<!--Join Team One End-->
<?php echo $__env->make('client.rohini.pages.partials.newsletter', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?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/team-template.blade.php ENDPATH**/ ?>