File "unclaimed_deposit.php"

Full path: /home/fsibplc/public_html/fsib/unclaimed_deposit.php
File size: 2.73 B (2.73 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 history_container p-5">
        <h4 class="tab_title">Unclaimed Deposit Account</h4>
        <table class="table table-bordered table-striped table-hover" style="margin:0 auto;">

            <thead style="background: hsla(265, 100%, 95%, 0.5);">
                <th style="Padding:20px 0;color:#044177">SL</th>
                <th style="Padding:20px 0;color:#044177">Title</th>
                <th style="Padding:20px 0;color:#044177">Download</th>
            </thead>
            
            <tr>
                <td>1</td>
                <td>Unclaimed Deposit - 2024</td>
                <td  style="font-size:12px;"><a href="./File/Unclaimed Deposit Final-2024.pdf" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
            </tr>
            <tr>
                <td>1</td>
                <td>Unclaimed Deposit - 2023</td>
                <td  style="font-size:12px;"><a href="./File/Unclaimed-as-on-31-03-2023-1.pdf" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
            </tr>
            <tr>
                <td>2</td>
                <td>Unclaimed Deposit -2021</td>
                <td  style="font-size:12px;"><a href="./File/Unclaimed-Deposit-as-on-31.03.2022.docx" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
            </tr>
            <tr>
                <td>3</td>
                <td>Unclaimed Deposit - 2020</td>
                <td  style="font-size:12px;"><a href="./File/Unclaimed-Deposit-as-on-31.12.2020.docx" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
              
            </tr>
            <tr>
                <td>4</td>
                <td>Unclaimed Deposit - 2019</td>
                <td  style="font-size:12px;"><a href="./File/unclaimed-final-BB-bank.xlsx" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
            </tr>
           
           
        </table>
    </div>




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