<thead>
	                                            <tr>
	                                                <th>No</th>
	                                                <th>SIA Number</th>    
	                                                <th>Organization</th>    
	                                               
	                                                <th>Finding Title</th>
	                                               
	                                                <th>EDP Title</th>
	                                                <th>Details</th>
	                                            </tr>
	                                        </thead>
	                                        <tbody>
	                                             <?php 
//check whether user has full access notification
$fullAccess = CommonFunction::hasPermission('sia_notification_full', Auth::user()->emp_id(), 'access');
?>

	                                        <?php 
$num = 0;
?>
                                    	    @foreach ($notApproveEdp as $info)  
                                    	    <?php 
$data = CommonFunction::getEdpNumberInfo($info);
?>
		
                                    	    <?php 
if ($fullAccess == 'true') {
    $imTeamMember = 'true';
} else {
    //getting member in an array