?>
</th>
              <th><?php 
    _e('Description', 'hospital_mgt');
    ?>
</th>
			  <th><?php 
    _e('Action', 'hospital_mgt');
    ?>
</th>
            </tr>
        </tfoot>
 
        <tbody>
         <?php 
    $bed_data = $obj_bed->get_all_bed();
    if (!empty($bed_data)) {
        foreach ($bed_data as $retrieved_data) {
            ?>
            <tr>
				<td class="bed_number"><?php 
            echo $retrieved_data->bed_number;
            ?>
</td>
                <td class="bed_type"><?php 
            echo $obj_bed->get_bedtype_name($retrieved_data->bed_type_id);
            ?>
</td>
                <td class="charge">
				<?php 
            echo $retrieved_data->bed_charges;