@extends('layouts.admin') @section('content')

用户管理

添加用户

{{csrf_field()}} @if(count($errors)>0)
@if(is_object($errors)) @foreach($errors->all() as $error)

{{ $error }}

@endforeach @else

{{ $errors }}

@endif
@endif {{----}} {{----}} {{----}} {{----}}
登陆名
密码
姓名
头像
预览
职位
学历
单位
证件名称
证件编号
返回
@endsection