File: /home/bdedition/www/core/storage/framework/views/937fbfed354ce4121943613f578bbfd1.php
<?php $__env->startSection('content'); ?>
<section class="all-sections pt-20 pb-60 bg-light">
<div class="container">
<div class="text-center mb-5">
<h1 class="display-5 fw-bold">Our Core Team</h1>
<p class="text-muted">Meet the experts behind BD EDITION</p>
</div>
<div class="row g-4 justify-content-center">
<?php
$team = [
['name' => 'Md Mahiul Islam ', 'designation' => 'President of the Editorial Board', 'image' => 'https://scontent.fjsr6-1.fna.fbcdn.net/v/t39.30808-1/419280278_7284317911631379_2631016712812233177_n.jpg?stp=dst-jpg_s200x200_tt6&_nc_cat=107&ccb=1-7&_nc_sid=1d2534&_nc_eui2=AeHiD3tR2Zfy8TDHQBTUXNQovCv--599Xdm8K_77n31d2QE60s9aDcO1-WwYZGIftZhKw0swa9VUvxuMPKSrotHT&_nc_ohc=iDU_BmEdHGwQ7kNvwHA0yLu&_nc_oc=AdmEH_cEnbNzf3zAGwQlFyVmyfCDThZP9kUJRVk9YKgLctUUmqSUrQaHoEEGKU77LlM&_nc_zt=24&_nc_ht=scontent.fjsr6-1.fna&_nc_gid=hxPhht0qKiyXIgz7bFNpOg&oh=00_AfQP0fRQt32OHSbbNHjL3kAS-xO20OELU-CPKytW4p3jkA&oe=686FEA85', 'facebook' => '#', 'linkedin' => '#'],
['name' => 'Ruhul Amin', 'designation' => 'Editor', 'image' => 'https://fiverr-res.cloudinary.com/t_profile_original,q_auto,f_auto/attachments/profile/photo/c01c1a8b95783ebd76b7af2835bfc3d8-1675525530506/0741c368-26b7-4129-ad15-5cd6c24373e2.jpg', 'facebook' => '#', 'linkedin' => '#'],
['name' => 'Areef Ahmad', 'designation' => 'Executive Editor', 'image' => 'https://scontent.fjsr6-1.fna.fbcdn.net/v/t39.30808-6/514063735_9514075865360070_6857165642823032352_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=a5f93a&_nc_ohc=d8bjMimPCZ0Q7kNvwH5GBmL&_nc_oc=AdllgXiSmldU3ir8juq4zXI0Lrf70nJOPK7atidR96U83Ok5XW_tAlBEAqHyaSHRyE8&_nc_zt=23&_nc_ht=scontent.fjsr6-1.fna&_nc_gid=PP3fMXsR44EaR2aKccM3pw&oh=00_AfSPLmWdWJE8tgeZGVcSS13jNY5vW49MEJfDoMIaYqdE1w&oe=686FEABD', 'facebook' => '#', 'linkedin' => '#'],
['name' => 'Asaduzzaman Tipu', 'designation' => 'Executive Editor', 'image' => 'https://scontent.fjsr6-1.fna.fbcdn.net/v/t39.30808-1/277752471_5001577126597552_4972482622154835279_n.jpg?stp=c0.0.410.410a_dst-jpg_s200x200_tt6&_nc_cat=102&ccb=1-7&_nc_sid=1d2534&_nc_eui2=AeE9jJbegtaGgOjauujdMkij5GiEH2Cgqa3kaIQfYKCprbxMxkD2aFYM3HlEt0XzAWzTVutJGRQ0sBJrSUxrNLxw&_nc_ohc=eYM6-rXhFD0Q7kNvwHq3WHU&_nc_oc=AdnEMD8zxmUErzFQ6lfPoSJiacktR4Hq4CIP7Ic5hLMuEZ5Jab8LmxNwAkSoG9wA3Jo&_nc_zt=24&_nc_ht=scontent.fjsr6-1.fna&_nc_gid=btlyMnHZ0E6Xk6BECis1gQ&oh=00_AfSEVs1PIQAHgYYU6hW7PjbHwHdMV0i0hVryQELdK7wnSw&oe=686FC463', 'facebook' => '#', 'linkedin' => '#'],
];
?>
<?php $__currentLoopData = $team; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $member): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="col-md-6 col-lg-3">
<div class="card shadow-sm border-0 h-100 text-center bg-white">
<img src="<?php echo e($member['image']); ?>"
class="card-img-top rounded-circle p-3"
style="object-fit: cover; height: 200px; width: 200px; margin: 0 auto;"
alt="<?php echo e($member['name']); ?>">
<div class="card-body">
<h5 class="card-title mb-1"><?php echo e($member['name']); ?></h5>
<p class="text-muted small"><?php echo e($member['designation']); ?></p>
<div class="d-flex justify-content-center gap-2">
<a href="<?php echo e($member['facebook']); ?>" target="_blank" class="text-primary">
<i class="fab fa-facebook-f"></i>
</a>
<a href="<?php echo e($member['linkedin']); ?>" target="_blank" class="text-primary">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make($activeTemplate . 'layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/bdedition/public_html/core/resources/views/templates/basic/governingBody.blade.php ENDPATH**/ ?>