@if(Session::has('msg_sucesso'))
Sucesso! {{Session::get('msg_sucesso')}}x
@endif
@if(Session::has('msg_erro'))
Erro! {{Session::get('msg_erro')}}x
@endif
@if(Session::has('msg_atencao'))
Atenção! {{Session::get('msg_erro')}}x
@endif
@if(Session::has('msg_aviso'))
Aviso! {{Session::get('msg_erro')}}x
@endif