File: /var/www/agighana.org_backup/b749c9527af0772e3f1fc6ddb1d3cb71.php
<?php
use App\Models\NatExecutive;
?>
<?php $__env->startSection('body'); ?>
<section
class="page-header page-header-modern page-header-background page-header-background-md overlay overlay-color-dark overlay-show overlay-op-7"
style="background-image: url(img/page-header/page-header-about-us.jpg);">
<div class="container">
<div class="row mt-5">
<div class="col-md-12 align-self-center p-static order-2 text-center">
<h1 class="text-9 font-weight-bold">National Executive Council</h1>
<span class="sub-title">The perfect choice for your next project</span>
</div>
<div class="col-md-12 align-self-center order-1">
<ul class="breadcrumb breadcrumb-light d-block text-center">
<li><a href="#">Home</a></li>
<li class="active">Pages</li>
</ul>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row pt-5">
<div class="card shadow ">
<div class="card-body">
<p>The Annual General Meeting (AGM) is the highest policy making body whilst the National Council acts
as the Board governing the affairs of the Association in between AGMs.</p>
<p>The National Council comprises six Elected Members, the Immediate Past President, Regional Branch
Chairmen, Sector Chairmen and Representatives of Associate Members. The Association is headed by the
President, assisted by two Vice Presidents and a National Treasurer.</p>
<p>The Directorate is headed by an Executive Director, who is the Chief Executive Officer. It has three
Divisions; Policy & Research, Business Services and Finance & Administration.</p>
<p>All core activities are funded through membership contributions and grants from private sponsors.
Special programmes are funded separately by development partners. This ensures sustainability and
secures AGI’s independence as the voice of the Ghanaian industries</p>
</div>
</div>
</div>
<div class="row mt-4 ">
<div class="col-md-12 text-center">
<h3>National Executive Council Members</h3>
</div>
<?php $__currentLoopData = NatExecutive::all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="col-md-3">
<div class="card hvr-grow">
<img class=" card-img-top" src="<?php echo e(env('APP_FILE_LOCATION_LOCAL').'uploads/nat_executive/'.$item->img); ?>" alt="">
<div class="card-body">
<h5><?php echo e($item->name); ?></h5>
<h6><?php echo e($item->position); ?></h6>
<a href="" >Profile</a>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('scripts'); ?>
<script>$('.navAbout').addClass('active')</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/agi/public_html/newagi.agighana.org/resources/views/about_us/national_executive_council.blade.php ENDPATH**/ ?>