@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('dob') }}
{{ $errors->first('gender') }}
{{ $errors->first('description') }}
{{ $errors->first('recruiter_id') }}
{{ $errors->first('converter_id') }}
{{ $errors->first('subscription_id') }}
{{ $errors->first('subscription_start') }}
{{ $errors->first('subscription_expiration_date') }}
{{ $errors->first('is_active') }}
{{ $errors->first('role') }}
{{ $errors->first('vip_status') }}