@extends('admin/public/layout') @section('title') 新建用户 @endsection @section('content') 新建用户 添加新用户 Home Tables Simple @include('admin/public/error') 用户名 @if ($errors->has('name')) {{ $errors->first('name') }} @endif 邮箱 @if ($errors->has('email')) {{ $errors->first('email') }} @endif 密码 @if ($errors->has('password')) {{ $errors->first('password') }} @endif 角色 @foreach( $roles as $role ) id ==2) selected @endif > {{ $role->name }} @endforeach @endsection @section('script') @endsection
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}