@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('nick_name'))
{{ $errors->first('nick_name') }}
@endif
@if ($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($errors->has('department'))
{{ $errors->first('department') }}
@endif
@if ($errors->has('designation'))
{{ $errors->first('designation') }}
@endif
@if ($errors->has('user_type'))
{{ $errors->first('user_type') }}
@endif
@if ($errors->has('sex'))
{{ $errors->first('sex') }}
@endif
@if ($errors->has('blood'))
{{ $errors->first('blood') }}
@endif
@if ($errors->has('birth_date'))
{{ $errors->first('birth_date') }}
@endif
@if ($errors->has('address_line_one'))
{{ $errors->first('address_line_one') }}
@endif
@if ($errors->has('address_line_two'))
{{ $errors->first('address_line_two') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if ($errors->has('state'))
{{ $errors->first('state') }}
@endif
@if ($errors->has('country'))
{{ $errors->first('country') }}
@endif
@if ($errors->has('zip'))
{{ $errors->first('zip') }}
@endif
@if ($errors->has('verification_document_id'))
{{ $errors->first('verification_document_id') }}
@endif
@if ($errors->has('verification_type'))
{{ $errors->first('verification_type') }}
@endif
@if ($errors->has('about'))
{{ $errors->first('about') }}
@endif