@extends('admin.layouts.app') @section('title', '管理员添加') @section('content')
管理员列表 > 管理员添加
{{ csrf_field() }}
用户名:
密码:
邮箱:
角色:
  
@endsection