// let role = "buyer"; // if(role === "buyer"){ // include('../components/nav2.php'); // }else if (role === "seler") { // include('../components/nav3.php'); // } else { // include('../components/nav1.php'); // } ?> note the banner can be imported from the components folder if needed (buyersRequest.php) onclick for item should take you to chat (sellersPendingRequest.php)