@if($errors->has('gender')) {{$errors->first('gender')}} @endif
@if($errors->has('min_age')) {{$errors->first('min_age')}} @endif
@if($errors->has('max_age')) {{$errors->first('max_age')}} @endif
@if($errors->has('location')) {{$errors->first('location')}} @endif