@extends('layouts.admin') @section('content')
{{ $errors->first('name') }}
{{ $errors->first('password') }}
Only fill in this field if you want to change the password.
{{ $errors->first('nickname') }}
{{ $errors->first('email') }}
{{ $errors->first('country') }}
{{ $errors->first('city') }}
{{ $errors->first('age') }}
{{ $errors->first('gender') }}
{{ $errors->first('description') }}
{{ $errors->first('recruiter_id') }}
{{ $errors->first('converter_id') }}
{{ $errors->first('vip_status') }}