@if ($errors->has('gender'))
{{ $errors->first('gender') }}
@endif
@if ($errors->has('religion'))
{{ $errors->first('religion') }}
@endif
Failed to connect to MySQL: Access denied for user 'fastserver1_db'@'localhost' (using password: YES)
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif