File "achallan.php"

Full path: /home/fsibplc/public_html/fsib/achallan.php
File size: 1.61 B
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>Services</h3>
    </div>
        <div class="tab about_tab" style="background:url('resources/mega.png');margin-bottom:0">
            <button class="tablinks" onclick="openTab(event, 'ibft')">IBFT</button>
            <button class="tablinks" onclick="openTab(event, 'swift')">Swift</button>
            <button class="tablinks" onclick="openTab(event, 'utility')">Utility Bill Payment</button>
            <button class="tablinks" onclick="openTab(event, 'egp')">E-Gp Payment</button>
            <!-- <button class="tablinks" id="defaultOpen" onclick="openTab(event, 'achallan')">A Challan</button> -->
            <button class="tablinks" onclick="openTab(event, 'ehajj')">E- Hajj</button>
            <button class="tablinks" onclick="openTab(event, 'locker')">Locker Service</button>
            <button class="tablinks" onclick="openTab(event, 'tasdir')" style="border:0">Tasdir</button>
        </div>
        <?php include 'about_services.php'; ?>

        


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