@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('avatar')) {{ $errors->first('avatar') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('country'))
{{ $errors->first('country') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if ($errors->has('religion'))
{{ $errors->first('religion') }}
@endif
@if ($errors->has('marital_status'))
{{ $errors->first('marital_status') }}
@endif
@if ($errors->has('blood_group'))
{{ $errors->first('blood_group') }}
@endif
@if ($errors->has('birth_date'))
{{ $errors->first('birth_date') }}
@endif
@if ($errors->has('speak_language'))
{{ $errors->first('speak_language') }}
@endif