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