@if(Session::has('flash_message'))
{{ Session::get('flash_message')}}
@endif
@if(Session::has('flash_erro'))
{{ Session::get('flash_erro')}}
@endif