@foreach(['danger','warning','success','info'] as $msg)
@if(Session::has('alert-'.$msg))
{{ Session::get('alert-'.$msg) }} ×
@endif
@endforeach
@if ($errors->has('gender'))
{{ $errors->first('gender') }}
@endif
@if ($errors->has('country'))
{{ $errors->first('country') }}
@endif