@extends('layouts.admin') @section('content')
{{ $errors->first('name') }}
{{ $errors->first('password') }}
Only fill in the password if you want to change it.
{{ $errors->first('email') }}
{{ $errors->first('country') }}
{{ $errors->first('city') }}
{{ $errors->first('dob') }}
{{ $errors->first('gender') }}
{{ $errors->first('is_active') }}
{{ $errors->first('role') }}
{{ $errors->first('admin_role') }}
{{ $errors->first('vip_status') }}