{{ $errors->first('fname')}}
{{ $errors->first('lname')}}
{{ $errors->first('sex')}}
{{ $errors->first('phone')}}
{{ $errors->first('position')}}
{{ $errors->first('email')}}
{{ $errors->first('password')}}
Present Address {{ $errors->first('address')}}
Education info {{ $errors->first('education')}}
Working infomation {{ $errors->first('work_info')}}
About Adviser {{ $errors->first('about')}}
{{ $errors->first('other_details')}}
{{ $errors->first('photo')}}
{{ $errors->first('is_active')}}