You can simply access the fashdata in view like this
<?php echo $this->session->flashdata('message'); ?>
For access multiple message just change identifier
For Ex.
<?php echo $this->session->flashdata('my_alert'); ?>
<?php echo $this->session->flashdata('my_warnig'); ?>