File "CMSME.php"

Full path: /home/fsibplc/public_html/fsib/CMSME.php
File size: 2.29 B (2.29 KB bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php
include('./includes/config.php'); 
$page_title = "First Security Islami Bank PLC.";
//echo $page_title;
//echo $data[0]['value'];
$meta_description = "First Security Islami Bank PLC. Home page description";
$meta_keywords = "First Security Islami Bank PLC., Bank, Website";
include('includes/header.php'); 
include('includes/navbar.php'); 
//include('includes/slider.php'); 
?>
<!-- ++++++++++++++++++++++++++Start Body Tag++++++++++++++++++++++++++ -->

    <!-- <div class="about_hero">
        <h3>Compliance</h3>

    </div> -->





    <div class="container">

        <h4 class="tab_title m-5">CMSME Disbursement related information</h4>
        <table class="table table-bordered table-striped table-hover" style="margin:30px auto;">

            <thead style="background: hsla(265, 100%, 95%, 0.5);">
                <th style="Padding:20px 0;color:#044177">SL No.</th>
                <th style="Padding:20px 0;color:#044177">Target (Covid-19)(Figure in Lac Taka)</th>
                <th style="Padding:20px 0;color:#044177">Period</th>
                <th style="Padding:20px 0;color:#044177">Number of the CMSME clients, whom Investment under(Covid-19) Stimulus Package Approval.</th>
                <th style="Padding:20px 0;color:#044177">Amount of Sanction Limit among CMSME clients under Stimulus Package due to (Covid-19) (Figure in Lac Taka)</th>
                <th style="Padding:20px 0;color:#044177">Amount of Disbursement among CMSME clients under Stimulus Package due to (Covid-19)(Figure in Lac Taka)</th>
            </thead>
            <tr>
                <td>01</td>
                <td>25000.00(From 01.07.2020 To 30.06.2021)</td>
                <td>01/08/2020 to 30/06/2021</td>
                <td>345</td>
                <td>6420.15</td>
                <td>5284.75</td>
            </tr>
            <tr>
                <td>02</td>
                <td>40000.00(From 01.07.2021 To 30.06.2022)</td>
                <td>01.07.2021 to 30.09.2021</td>
                <td>18</td>
                <td>157.00</td>
                <td>136.50</td>
            </tr>
            
        </table>


    </div>



    


<!-- ++++++++++++++++++++++++++Start Footer Section++++++++++++++++++++++++++ -->
<?php include('includes/footer.php'); ?>