<?php 
      include('./all/config.php'); 


      $page_title = "FirstCash Home Page";
      $meta_description = "FirstCash Home page description";
      $meta_keywords = "FirstCash, MFS, SureCash, FSIBL, Mobile Finance, FSIB";

          include('./all/header.php');  
          include('./all/navbar.php');  
         ?>

<div class="py-5">
    <div class="container">
        <div class="row justify-content-center">
            <div class="col-md-7">
                <div class="card card-body text-center">
                    <h1>Error 404</h1>
                    <h4>Page Not Found!</h4>
                </div>
            </div>
        </div>
    </div>
</div>


<?php include('./all/footer.php'); ?>

</body>

</html>