@extends('layouts.admin') @section('title') Create User @endsection @section('content-header')

Create UserAdd a new user to the system.

@endsection @section('content')

Identity

The default language to use when rendering the Panel for this user.

Permissions

Setting this to 'Yes' gives a user full administrative access.

Password

Providing a user password is optional. New user emails prompt users to create a password the first time they login. If a password is provided here you will need to find a different method of providing it to the user.

@endsection @section('footer-scripts') @parent @endsection