<?php
$staff= CurrentUserid();
$staffusername= CurrentUsername();
//var_dump($staff);
?>
<div class="card text-center">
  <div class="card-header">
   <h1> Welcome  <?php echo $staffusername;?>! </h1>
  </div>
  <div class="card-body">
  
    <p class="card-text">Kindly  make your login details private. All sales on this account will be loged as <?php echo$staffusername;?></p>
    <a href="http://localhost/pointofsale/orderstbllist?action=gridadd" class="btn btn-primary">Click here to sell Items</a>
  </div>
  <div class="card-footer text-muted">
   <?php  echo date("l jS \of F Y h:i:s A");?>
  </div>
</div>
