$f_name = $getinformation->GetObjectById($hire_id, "first_name");
                $l_name = $getinformation->GetObjectById($hire_id, "last_name");
                echo ucwords($f_name) . "&nbsp" . ucwords($l_name);
                ?>
										</div>
									<div class="dashboard_span_3">
										<?php 
                echo $email_id = $getinformation->GetObjectById($hire_id, "email_id");
                ?>
									</div>
									<div class="dashboard_span_4">
										<?php 
                $u_id = $_REQUEST['uid'];
                $hire_id;
                // $m_u_id = $getinformation->GetMessage("main_user_id",$hire_id);
                echo $message = $getinformation->GetMessageByUidAndMid("message", $u_id, $hire_id);
                ?>
										</div>
								</div>
						<?php 
            } else {
                ?>
							<div class="client_row_content">
								<h1>No Team is selected for this Client.</h1>		
							</div>
						<?php 
            }
        }
        ?>
				</div>
			</div>