{{ $errors->first('fname')}}
{{ $errors->first('lname')}}
{{ $errors->first('phone')}}

{{ $errors->first('sex')}}
{{ $errors->first('email')}}
{{ $errors->first('password')}}
Present Address {{ $errors->first('address')}}
About Adviser {{ $errors->first('about')}}
Education info {{ $errors->first('education')}}
{{ $errors->first('photo')}}
{{ $errors->first('is_active')}}